Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsService.java191 CallLogNotificationsQueryHelper.markAllMissedCallsInCallLogAsRead(context); in cancelAllMissedCallsBackground()
DCallLogNotificationsQueryHelper.java86 public static void markAllMissedCallsInCallLogAsRead(@NonNull Context context) { in markAllMissedCallsInCallLogAsRead() method in CallLogNotificationsQueryHelper
DMissedCallNotifier.java119 CallLogNotificationsQueryHelper.markAllMissedCallsInCallLogAsRead(context); in updateMissedCallNotification()