Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/
H A DSystemCallLogDataSource.java232 Context appContext, CallLogMutations mutations, Set<Long> existingAnnotatedCallLogIds) { in handleInsertsAndUpdates() argument
357 if (existingAnnotatedCallLogIds.contains(id)) { in handleInsertsAndUpdates()
432 Context appContext, Set<Long> existingAnnotatedCallLogIds, CallLogMutations mutations) { in handleDeletes() argument
434 getIdsFromSystemCallLogThatMatch(appContext, existingAnnotatedCallLogIds); in handleDeletes()
440 idsInAnnotatedCallLogNoLongerInSystemCallLog.addAll(existingAnnotatedCallLogIds); in handleDeletes()