Searched defs:existingAnnotatedCallLogIds (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/
H A DSystemCallLogDataSource.java177 Context appContext, CallLogMutations mutations, Set<Long> existingAnnotatedCallLogIds) {
231 if (existingAnnotatedCallLogIds.contains(id)) {
242 Context appContext, Set<Long> existingAnnotatedCallLogIds, CallLogMutations mutations) {
244 getIdsFromSystemCallLogThatMatch(appContext, existingAnnotatedCallLogIds);
250 idsInAnnotatedCallLogNoLongerInSystemCallLog.addAll(existingAnnotatedCallLogIds);
176 handleInsertsAndUpdates( Context appContext, CallLogMutations mutations, Set<Long> existingAnnotatedCallLogIds) argument
241 handleDeletes( Context appContext, Set<Long> existingAnnotatedCallLogIds, CallLogMutations mutations) argument

Completed in 62 milliseconds