Home
last modified time | relevance | path

Searched refs:createImageEntryAs (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java32 import static android.scopedstorage.cts.lib.TestUtils.createImageEntryAs;
762 createImageEntryAs(APP_B_NO_PERMS, relativePath); in testLegacyAppUpdatingOwnershipOfExistingEntry()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java284 public static boolean createImageEntryAs(TestApp testApp, String path) throws Exception { in createImageEntryAs() method in TestUtils