Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DMissedCallNotifier.java76 private final CallLogNotificationsQueryHelper callLogNotificationsQueryHelper; field in MissedCallNotifier
80 Context context, CallLogNotificationsQueryHelper callLogNotificationsQueryHelper) { in MissedCallNotifier() argument
82 this.callLogNotificationsQueryHelper = callLogNotificationsQueryHelper; in MissedCallNotifier()
113 List<NewCall> newCalls = callLogNotificationsQueryHelper.getNewMissedCalls(); in updateMissedCallNotification()
169 callLogNotificationsQueryHelper.getContactInfo( in updateMissedCallNotification()
305 List<NewCall> newCalls = callLogNotificationsQueryHelper.getNewMissedCalls(); in insertPostCallNotification()
326 callLogNotificationsQueryHelper.getContactInfo( in getNotificationForCall()