Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java28 import static android.scopedstorage.cts.lib.TestUtils.assertCantUpdateToOtherPrivateAppDirectories;
1028 TestUtils.assertCantUpdateToOtherPrivateAppDirectories(IMAGE_FILE_NAME, in testCantUpdateFilesInOtherAppPrivateDir_hasRW()
1050 assertCantUpdateToOtherPrivateAppDirectories(IMAGE_FILE_NAME, in testCantUpdateFilesInOtherAppPrivateDir_hasMES()
1077 assertCantUpdateToOtherPrivateAppDirectories(IMAGE_FILE_NAME, in testCantUpdateFilesInOtherAppPrivateDir_hasSystemGallery()
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java31 import static android.scopedstorage.cts.lib.TestUtils.assertCantUpdateToOtherPrivateAppDirectories;
315 assertCantUpdateToOtherPrivateAppDirectories(IMAGE_FILE_NAME, in testManageExternalStorageCantUpdateFilesInOtherAppPrivateDir()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java35 import static android.scopedstorage.cts.lib.TestUtils.assertCantUpdateToOtherPrivateAppDirectories;
2945 assertCantUpdateToOtherPrivateAppDirectories(IMAGE_FILE_NAME, in testCantUpdateFilesInOtherAppPrivateDir_hasSystemGallery()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1319 public static void assertCantUpdateToOtherPrivateAppDirectories(String fileName, in assertCantUpdateToOtherPrivateAppDirectories() method in TestUtils