Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java26 import static android.scopedstorage.cts.lib.TestUtils.assertCantInsertToOtherPrivateAppDirectories;
1016 assertCantInsertToOtherPrivateAppDirectories(IMAGE_FILE_NAME, in testCantInsertFilesInOtherAppPrivateDir_hasRW()
1039 assertCantInsertToOtherPrivateAppDirectories(IMAGE_FILE_NAME, in testCantInsertFilesInOtherAppPrivateDir_hasMES()
1062 assertCantInsertToOtherPrivateAppDirectories(IMAGE_FILE_NAME, in testCantInsertFilesInOtherAppPrivateDir_hasSystemGallery()
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java30 import static android.scopedstorage.cts.lib.TestUtils.assertCantInsertToOtherPrivateAppDirectories;
304 assertCantInsertToOtherPrivateAppDirectories(IMAGE_FILE_NAME, in testManageExternalStorageCantInsertFilesInOtherAppPrivateDir()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java32 import static android.scopedstorage.cts.lib.TestUtils.assertCantInsertToOtherPrivateAppDirectories;
2930 assertCantInsertToOtherPrivateAppDirectories(IMAGE_FILE_NAME, in testCantInsertFilesInOtherAppPrivateDir_hasSystemGallery()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1245 public static void assertCantInsertToOtherPrivateAppDirectories(String fileName, in assertCantInsertToOtherPrivateAppDirectories() method in TestUtils