Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DPackageNameVisibilityTest.java290 return TestUtils.createImageEntryForUriAs(testApp, in createMediaAs()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java329 return createImageEntryForUriAs(testApp, path) != null; in createImageEntryAs()
341 public static Uri createImageEntryForUriAs(TestApp testApp, String path) throws Exception { in createImageEntryForUriAs() method in TestUtils