Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java1044 final StringBuilder tempSelection = new StringBuilder(); in buildSearchSelection() local
1054 tempSelection.append(","); in buildSearchSelection()
1056 tempSelection.append("?"); in buildSearchSelection()
1072 .append(tempSelection.toString()) in buildSearchSelection()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java324 final StringBuilder tempSelection = new StringBuilder(); in buildSearchSelection() local
334 tempSelection.append(","); in buildSearchSelection()
336 tempSelection.append("?"); in buildSearchSelection()
352 .append(tempSelection.toString()) in buildSearchSelection()