Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java156 private UiObject findDocument(String label) throws UiObjectNotFoundException { in findDocument() method in DocumentsClientTest
272 findDocument("VIRTUAL_FILE").click(); in testOpenSimple()
277 findDocument("FILE1").click(); in testOpenSimple()
304 findDocument("VIRTUAL_FILE").click(); in testOpenVirtual()
371 findDocument("FILE2").click(); in testCreateExisting()
373 findDocument("FILE1").click(); in testCreateExisting()
397 findDocument("DIR2").click(); in testTree()
479 findDocument("Android").click(); in testRestrictStorageAccessFrameworkEnabled_blockFromTree()
496 findDocument("Download").click(); in testRestrictStorageAccessFrameworkEnabled_blockFromTree()
511 findDocument("DIR2").click(); in testRestrictStorageAccessFrameworkEnabled_blockFromTree()
[all …]
/cts/tests/providerui/src/android/providerui/cts/
DMediaStoreUiTest.java228 findDocument(mFile.getName()).click(); in testGetMediaUriAccess_mediaDocumentsProvider()
252 findDocument(mFile.getName()).click(); in testOpenFile_onMediaDocumentsProvider_success()
301 findDocument(uriFilePairWithGrants.second.getName()).click(); in testOpenFile_onMediaDocumentsProvider_failsWithoutAccess()
352 private UiObject findDocument(String label) throws UiObjectNotFoundException { in findDocument() method in MediaStoreUiTest
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java749 findDocument(file.getName()).click(); in testDownload_onMediaStoreDownloadsDeleted()
799 private UiObject findDocument(String label) throws UiObjectNotFoundException { in findDocument() method in DownloadManagerTest