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.java1039 final StringBuilder tempSelection = new StringBuilder(); in buildSearchSelection() local
1049 tempSelection.append(","); in buildSearchSelection()
1051 tempSelection.append("?"); in buildSearchSelection()
1067 .append(tempSelection.toString()) in buildSearchSelection()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaDocumentsProvider.java329 final StringBuilder tempSelection = new StringBuilder(); in buildSearchSelection() local
339 tempSelection.append(","); in buildSearchSelection()
341 tempSelection.append("?"); in buildSearchSelection()
357 .append(tempSelection.toString()) in buildSearchSelection()