Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DMissedCallNotifier.java205 CallLogNotificationsService.createCancelAllMissedCallsPendingIntent(context)); in updateMissedCallNotification()
213 CallLogNotificationsService.createCancelAllMissedCallsPendingIntent(context)) in updateMissedCallNotification()
DCallLogNotificationsService.java114 public static PendingIntent createCancelAllMissedCallsPendingIntent(@NonNull Context context) { in createCancelAllMissedCallsPendingIntent() method in CallLogNotificationsService