Home
last modified time | relevance | path

Searched defs:queryType (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java85 String queryType = getIntent().getStringExtra(QUERY_TYPE); in onCreate() local
137 private Intent queryForUri(String queryType) { in queryForUri()
151 private Intent isFileDescriptorRedactedForUri(String queryType) { in isFileDescriptorRedactedForUri()
169 private Intent isFilePathForUriRedacted(String queryType) { in isFilePathForUriRedacted()
189 private Intent sendMetadata(String queryType) throws IOException { in sendMetadata()
203 private Intent sendDirectoryEntries(String queryType) throws IOException { in sendDirectoryEntries()
224 private Intent createImageEntry(String queryType) throws Exception { in createImageEntry()
246 private Intent accessFile(String queryType) throws IOException { in accessFile()
297 private Intent renameFile(String queryType) { in renameFile()
313 private Intent checkDatabaseRowExists(String queryType) { in checkDatabaseRowExists()
/cts/tests/MediaProviderTranscode/helper/src/android/mediaprovidertranscode/cts/
DTranscodeTestHelper.java45 String queryType = getIntent().getStringExtra(INTENT_QUERY_TYPE); in onCreate() local