Searched refs:assertCantUpdateToOtherPrivateAppDirectories (Results 1 – 4 of 4) sorted by relevance
28 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()
31 import static android.scopedstorage.cts.lib.TestUtils.assertCantUpdateToOtherPrivateAppDirectories;315 assertCantUpdateToOtherPrivateAppDirectories(IMAGE_FILE_NAME, in testManageExternalStorageCantUpdateFilesInOtherAppPrivateDir()
35 import static android.scopedstorage.cts.lib.TestUtils.assertCantUpdateToOtherPrivateAppDirectories;2945 assertCantUpdateToOtherPrivateAppDirectories(IMAGE_FILE_NAME, in testCantUpdateFilesInOtherAppPrivateDir_hasSystemGallery()
1319 public static void assertCantUpdateToOtherPrivateAppDirectories(String fileName, in assertCantUpdateToOtherPrivateAppDirectories() method in TestUtils