Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java25 import static android.scopedstorage.cts.lib.TestUtils.CREATE_IMAGE_ENTRY_QUERY;
106 case CREATE_IMAGE_ENTRY_QUERY: in onCreate()
242 CREATE_IMAGE_ENTRY_QUERY + ": File path not set from launcher app"); in createImageEntry()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java98 public static final String CREATE_IMAGE_ENTRY_QUERY = field in TestUtils
285 return getResultFromTestApp(testApp, path, CREATE_IMAGE_ENTRY_QUERY); in createImageEntryAs()