Home
last modified time | relevance | path

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

/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java1053 final StringBuilder tempSelection = new StringBuilder(); in buildSearchSelection() local
1063 tempSelection.append(","); in buildSearchSelection()
1065 tempSelection.append("?"); in buildSearchSelection()
1081 .append(tempSelection.toString()) in buildSearchSelection()
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaDocumentsProvider.java327 final StringBuilder tempSelection = new StringBuilder(); in buildSearchSelection() local
337 tempSelection.append(","); in buildSearchSelection()
339 tempSelection.append("?"); in buildSearchSelection()
355 .append(tempSelection.toString()) in buildSearchSelection()