Searched refs:createImageEntryAs (Results 1 – 2 of 2) sorted by relevance
32 import static android.scopedstorage.cts.lib.TestUtils.createImageEntryAs;762 createImageEntryAs(APP_B_NO_PERMS, relativePath); in testLegacyAppUpdatingOwnershipOfExistingEntry()
284 public static boolean createImageEntryAs(TestApp testApp, String path) throws Exception { in createImageEntryAs() method in TestUtils