Searched refs:assertCantInsertToOtherPrivateAppDirectories (Results 1 – 4 of 4) sorted by relevance
26 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()
30 import static android.scopedstorage.cts.lib.TestUtils.assertCantInsertToOtherPrivateAppDirectories;304 assertCantInsertToOtherPrivateAppDirectories(IMAGE_FILE_NAME, in testManageExternalStorageCantInsertFilesInOtherAppPrivateDir()
32 import static android.scopedstorage.cts.lib.TestUtils.assertCantInsertToOtherPrivateAppDirectories;2930 assertCantInsertToOtherPrivateAppDirectories(IMAGE_FILE_NAME, in testCantInsertFilesInOtherAppPrivateDir_hasSystemGallery()
1245 public static void assertCantInsertToOtherPrivateAppDirectories(String fileName, in assertCantInsertToOtherPrivateAppDirectories() method in TestUtils