Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2402 assertCantQueryFile(otherAppImg); in testQueryOtherAppsFiles()
2403 assertCantQueryFile(otherAppMusic); in testQueryOtherAppsFiles()
2404 assertCantQueryFile(otherAppPdf); in testQueryOtherAppsFiles()
2405 assertCantQueryFile(otherHiddenFile); in testQueryOtherAppsFiles()
2427 assertCantQueryFile(otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles()
2429 assertCantQueryFile(otherAppMusic); in testSystemGalleryQueryOtherAppsFiles()
2430 assertCantQueryFile(otherAppPdf); in testSystemGalleryQueryOtherAppsFiles()
3336 private static void assertCantQueryFile(File file) { in assertCantQueryFile() method in ScopedStorageDeviceTest