Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java21 import static android.scopedstorage.cts.lib.FilePathAccessTestUtils.assertCannotReadOrWrite;
336 assertCannotReadOrWrite(otherAppAudio); in testAccess_OnlyImageFile()
338 assertCannotReadOrWrite(otherAppVideo); in testAccess_OnlyImageFile()
363 assertCannotReadOrWrite(otherAppImage); in testAccess_OnlyVideoFile()
365 assertCannotReadOrWrite(otherAppAudio); in testAccess_OnlyVideoFile()
390 assertCannotReadOrWrite(otherAppImage); in testAccess_OnlyAudioFile()
392 assertCannotReadOrWrite(otherAppVideo); in testAccess_OnlyAudioFile()
453 assertCannotReadOrWrite(otherAppImage); in testAccess_MediaFileWithRES()
454 assertCannotReadOrWrite(otherAppVideo); in testAccess_MediaFileWithRES()
455 assertCannotReadOrWrite(otherAppAudio); in testAccess_MediaFileWithRES()
[all …]
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DStorageOtherFilesTest.java20 import static android.scopedstorage.cts.lib.FilePathAccessTestUtils.assertCannotReadOrWrite;
142 assertCannotReadOrWrite(IMAGE_FILE_NO_ACCESS); in other_readVisualMediaFiles()
143 assertCannotReadOrWrite(VIDEO_FILE_NO_ACCESS); in other_readVisualMediaFiles()
DScopedStorageDeviceTest.java2836 assertCannotReadOrWrite(file); in testCantAccessOtherAppsExternalDirs()
2847 assertCannotReadOrWrite(file); in testCantAccessOtherAppsExternalDirs()
3504 private static void assertCannotReadOrWrite(File file) in assertCannotReadOrWrite() method in ScopedStorageDeviceTest
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DFilePathAccessTestUtils.java73 public static void assertCannotReadOrWrite(File file) in assertCannotReadOrWrite() method in FilePathAccessTestUtils