Home
last modified time | relevance | path

Searched refs:testInitLocationDefaultToRecentsOnAction (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java153 testInitLocationDefaultToRecentsOnAction(State.ACTION_GET_CONTENT); in testInitLocation_DefaultToRecents_ActionGetContent()
158 testInitLocationDefaultToRecentsOnAction(State.ACTION_OPEN); in testInitLocation_DefaultToRecents_ActionOpen()
163 testInitLocationDefaultToRecentsOnAction(State.ACTION_OPEN_TREE); in testInitLocation_DefaultToRecents_ActionOpenTree()
443 private void testInitLocationDefaultToRecentsOnAction(@ActionType int action) in testInitLocationDefaultToRecentsOnAction() method in ActionHandlerTest