Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DPickActivityTest.java87 Uri hintUri = DocumentsContract.buildRootUri(AUTHORITY_STORAGE, "primary"); in setUp() local
88 mIntentGetContent.putExtra(DocumentsContract.EXTRA_INITIAL_URI, hintUri); in setUp()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java271 Uri hintUri = DocumentsContract.buildRootUri(authority, rootId); in testInitLocation_DefaultToDeviceRoot_ActionOpenTree_RootDoesNotSupportChildren() local
273 mActivity.getIntent().putExtra(DocumentsContract.EXTRA_INITIAL_URI, hintUri); in testInitLocation_DefaultToDeviceRoot_ActionOpenTree_RootDoesNotSupportChildren()