Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java209 assertCreateFilesAs(APP_A_HAS_RES, otherAppExternalDataFile); in testManageExternalStorageCantReadWriteOtherAppExternalDir()
416 assertCreateFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf); in testManageExternalStorageReaddir()
654 assertCreateFilesAs(otherApp, otherAppImage, otherAppBinary); in assertSharedStorageAccess()
677 assertCreateFilesAs(APP_B_NO_PERMS, otherPendingFile); in testOpenOtherPendingFilesFromFuse()
716 assertCreateFilesAs(APP_A_HAS_RES, otherAppExternalDataFile); in testNoIsolatedStorageCantReadWriteOtherAppExternalDir()
743 assertCreateFilesAs(APP_B_NO_PERMS, otherAppImg, otherAppMusic, otherAppPdf); in testNoIsolatedStorageStorageReaddir()
929 private static void assertCreateFilesAs(TestApp testApp, File... files) throws Exception { in assertCreateFilesAs() method in ScopedStorageTest
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2272 assertCreateFilesAs(APP_A_HAS_RES, otherAppImageFile1, otherAppVideoFile1); in testSystemGalleryCanRenameImageAndVideoDirs()
2455 assertCreateFilesAs(APP_A_HAS_RES, otherPendingFile); in testPendingFromFuse()
3044 private static void assertCreateFilesAs(TestApp testApp, File... files) throws Exception { in assertCreateFilesAs() method in ScopedStorageDeviceTest