Home
last modified time | relevance | path

Searched refs:selectionPair (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/
H A DMediaDocumentsProviderTest.java202 final Pair<String, String[]> selectionPair = MediaDocumentsProvider.buildSearchSelection( in testBuildSearchSelection() local
206 assertEquals(resultSelection, selectionPair.first); in testBuildSearchSelection()
207 assertEquals(5, selectionPair.second.length); in testBuildSearchSelection()
208 assertEquals("%" + displayName + "%", selectionPair.second[0]); in testBuildSearchSelection()
209 assertMimeType(mimeTypes[1], selectionPair.second[1]); in testBuildSearchSelection()
210 assertMimeType(mimeTypes[3], selectionPair.second[2]); in testBuildSearchSelection()
211 assertMimeType(mimeTypes[0], selectionPair.second[3]); in testBuildSearchSelection()
212 assertMimeType(mimeTypes[2], selectionPair.second[4]); in testBuildSearchSelection()
224 assertEquals(resultSelection, selectionPair.first); in testAddDocumentSelection()
225 assertEquals(1, selectionPair.second.length); in testAddDocumentSelection()
[all …]
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaDocumentsProvider.java690 final Pair<String, String[]> selectionPair = addDocumentSelection( in queryDocument() local
693 selectionPair.first, selectionPair.second, DocumentsBucketQuery.SORT_ORDER); in queryDocument()
802 selectionPair.first, selectionPair.second, DocumentsBucketQuery.SORT_ORDER); in queryChildDocuments()
814 final Pair<String, String[]> selectionPair = addDocumentSelection( in queryChildDocuments() local
817 selectionPair.first, selectionPair.second, null); in queryChildDocuments()
880 selectionPair.first, selectionPair.second, in queryRecentDocuments()
931 selectionPair.first, selectionPair.second, in querySearchDocuments()
951 selectionPair.first, selectionPair.second, in querySearchDocuments()
971 selectionPair.first, selectionPair.second, in querySearchDocuments()
983 final Pair<String, String[]> selectionPair = addDocumentSelection( in querySearchDocuments() local
[all …]
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java891 final Pair<String, String[]> selectionPair = buildSearchSelection( in includeDownloadsFromMediaStore() local
894 selectionPair.first); in includeDownloadsFromMediaStore()
896 selectionPair.second); in includeDownloadsFromMediaStore()