Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DMediaDocumentsProviderTest.java227 final Pair<String, String[]> selectionPair = MediaDocumentsProvider.buildSearchSelection( in testBuildSearchSelection() local
231 assertEquals(resultSelection, selectionPair.first); in testBuildSearchSelection()
232 assertEquals(5, selectionPair.second.length); in testBuildSearchSelection()
233 assertEquals("%" + displayName + "%", selectionPair.second[0]); in testBuildSearchSelection()
234 assertMimeType(mimeTypes[1], selectionPair.second[1]); in testBuildSearchSelection()
235 assertMimeType(mimeTypes[3], selectionPair.second[2]); in testBuildSearchSelection()
236 assertMimeType(mimeTypes[0], selectionPair.second[3]); in testBuildSearchSelection()
237 assertMimeType(mimeTypes[2], selectionPair.second[4]); in testBuildSearchSelection()
246 final Pair<String, String[]> selectionPair = MediaDocumentsProvider.addDocumentSelection( in testAddDocumentSelection() local
249 assertEquals(resultSelection, selectionPair.first); in testAddDocumentSelection()
[all …]
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java692 final Pair<String, String[]> selectionPair = addDocumentSelection( in queryDocument() local
695 selectionPair.first, selectionPair.second, DocumentsBucketQuery.SORT_ORDER); in queryDocument()
802 final Pair<String, String[]> selectionPair = addDocumentSelection(null, null); in queryChildDocuments() local
804 selectionPair.first, selectionPair.second, DocumentsBucketQuery.SORT_ORDER); in queryChildDocuments()
816 final Pair<String, String[]> selectionPair = addDocumentSelection( in queryChildDocuments() local
819 selectionPair.first, selectionPair.second, null); in queryChildDocuments()
880 final Pair<String, String[]> selectionPair = addDocumentSelection(null, null); in queryRecentDocuments() local
882 selectionPair.first, selectionPair.second, in queryRecentDocuments()
926 final Pair<String, String[]> selectionPair = buildSearchSelection(displayName, in querySearchDocuments() local
933 selectionPair.first, selectionPair.second, in querySearchDocuments()
[all …]
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java877 final Pair<String, String[]> selectionPair = buildSearchSelection( in includeDownloadsFromMediaStore() local
880 selectionPair.first); in includeDownloadsFromMediaStore()
882 selectionPair.second); in includeDownloadsFromMediaStore()