Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2213 assertCantQueryFile(otherAppImg); in testQueryOtherAppsFiles()
2214 assertCantQueryFile(otherAppMusic); in testQueryOtherAppsFiles()
2215 assertCantQueryFile(otherAppPdf); in testQueryOtherAppsFiles()
2216 assertCantQueryFile(otherHiddenFile); in testQueryOtherAppsFiles()
2238 assertCantQueryFile(otherHiddenFile); in testSystemGalleryQueryOtherAppsFiles()
2240 assertCantQueryFile(otherAppMusic); in testSystemGalleryQueryOtherAppsFiles()
2241 assertCantQueryFile(otherAppPdf); in testSystemGalleryQueryOtherAppsFiles()
3038 private static void assertCantQueryFile(File file) { in assertCantQueryFile() method in ScopedStorageDeviceTest