Searched refs:assertCannotReadOrWrite (Results 1 – 4 of 4) sorted by relevance
21 import static android.scopedstorage.cts.lib.FilePathAccessTestUtils.assertCannotReadOrWrite;363 assertCannotReadOrWrite(otherAppAudio); in testAccess_OnlyImageFile()365 assertCannotReadOrWrite(otherAppVideo); in testAccess_OnlyImageFile()390 assertCannotReadOrWrite(otherAppImage); in testAccess_OnlyVideoFile()392 assertCannotReadOrWrite(otherAppAudio); in testAccess_OnlyVideoFile()417 assertCannotReadOrWrite(otherAppImage); in testAccess_OnlyAudioFile()419 assertCannotReadOrWrite(otherAppVideo); in testAccess_OnlyAudioFile()480 assertCannotReadOrWrite(otherAppImage); in testAccess_MediaFileWithRES()481 assertCannotReadOrWrite(otherAppVideo); in testAccess_MediaFileWithRES()482 assertCannotReadOrWrite(otherAppAudio); in testAccess_MediaFileWithRES()[all …]
22 import static android.scopedstorage.cts.lib.FilePathAccessTestUtils.assertCannotReadOrWrite;150 assertCannotReadOrWrite(IMAGE_FILE_NO_ACCESS); in other_readVisualMediaFiles()151 assertCannotReadOrWrite(VIDEO_FILE_NO_ACCESS); in other_readVisualMediaFiles()
73 public static void assertCannotReadOrWrite(File file) in assertCannotReadOrWrite() method in FilePathAccessTestUtils
2838 assertCannotReadOrWrite(file); in testCantAccessOtherAppsExternalDirs()2849 assertCannotReadOrWrite(file); in testCantAccessOtherAppsExternalDirs()3506 private static void assertCannotReadOrWrite(File file) in assertCannotReadOrWrite() method in ScopedStorageDeviceTest