Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java166 Helpers.buildQueryWithIds(idsToOrphan), null); in handleUidRemoved()
172 Helpers.buildQueryWithIds(idsToDelete), null); in handleUidRemoved()
DHelpers.java665 public static String buildQueryWithIds(ArrayList<Long> downloadIds) { in buildQueryWithIds() method in Helpers
DDownloadProvider.java648 Helpers.buildQueryWithIds(idsToOrphan), null); in reconcileRemovedUidEntries()
654 Helpers.buildQueryWithIds(idsToDelete), null); in reconcileRemovedUidEntries()