Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DHelpers.java789 Helpers.buildQueryWithIds(idsToOrphan), null); in handleRemovedUidEntries()
795 Helpers.buildQueryWithIds(idsToDelete), null); in handleRemovedUidEntries()
799 public static String buildQueryWithIds(ArrayList<Long> downloadIds) { in buildQueryWithIds() method in Helpers