Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogNotificationsService.java170 CallLogNotificationsQueryHelper.markSingleMissedCallInCallLogAsRead(this, callUri); in onHandleIntent()
H A DMissedCallNotifier.java426 CallLogNotificationsQueryHelper.markSingleMissedCallInCallLogAsRead(context, callUri); in callBackFromMissedCall()
439 CallLogNotificationsQueryHelper.markSingleMissedCallInCallLogAsRead(context, callUri); in sendSmsFromMissedCall()
H A DCallLogNotificationsQueryHelper.java90 public static void markSingleMissedCallInCallLogAsRead( in markSingleMissedCallInCallLogAsRead() method in CallLogNotificationsQueryHelper