Home
last modified time | relevance | path

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

/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DHelpers.java858 buildQueryWithIds(idsToOrphan), null); in handleRemovedUidEntries()
864 buildQueryWithIds(idsToDelete), null); in handleRemovedUidEntries()
868 public static String buildQueryWithIds(ArrayList<Long> downloadIds) { in buildQueryWithIds() method in Helpers