Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java716 assertCanQueryAndOpenFile(otherAppPdf, "rw"); in testManageExternalStorageQueryOtherAppsFile()
717 assertCanQueryAndOpenFile(otherAppImg, "rw"); in testManageExternalStorageQueryOtherAppsFile()
718 assertCanQueryAndOpenFile(otherAppMusic, "rw"); in testManageExternalStorageQueryOtherAppsFile()
719 assertCanQueryAndOpenFile(otherHiddenFile, "rw"); in testManageExternalStorageQueryOtherAppsFile()
960 assertCanQueryAndOpenFile(otherPendingFile, "r"); in testOpenOtherPendingFilesFromFuse()
1058 assertCanQueryAndOpenFile(otherAppPdf, "rw"); in testNoIsolatedStorageQueryOtherAppsFile()
1059 assertCanQueryAndOpenFile(otherAppImg, "rw"); in testNoIsolatedStorageQueryOtherAppsFile()
1060 assertCanQueryAndOpenFile(otherAppMusic, "rw"); in testNoIsolatedStorageQueryOtherAppsFile()
1061 assertCanQueryAndOpenFile(otherHiddenFile, "rw"); in testNoIsolatedStorageQueryOtherAppsFile()
1249 private static void assertCanQueryAndOpenFile(File file, String mode) throws IOException { in assertCanQueryAndOpenFile() method in ScopedStorageTest
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2425 assertCanQueryAndOpenFile(otherAppImg, "rw"); in testSystemGalleryQueryOtherAppsFiles()
3413 private static void assertCanQueryAndOpenFile(File file, String mode) throws IOException { in assertCanQueryAndOpenFile() method in ScopedStorageDeviceTest