Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DMissedCallNotifier.java83 private final CallLogNotificationsQueryHelper callLogNotificationsQueryHelper; field in MissedCallNotifier
87 Context context, CallLogNotificationsQueryHelper callLogNotificationsQueryHelper) { in MissedCallNotifier() argument
89 this.callLogNotificationsQueryHelper = callLogNotificationsQueryHelper; in MissedCallNotifier()
120 List<NewCall> newCalls = callLogNotificationsQueryHelper.getNewMissedCalls(); in updateMissedCallNotification()
176 callLogNotificationsQueryHelper.getContactInfo( in updateMissedCallNotification()
315 List<NewCall> newCalls = callLogNotificationsQueryHelper.getNewMissedCalls(); in insertPostCallNotification()
336 callLogNotificationsQueryHelper.getContactInfo( in getNotificationForCall()