Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/notification/missedcalls/
DMissedCallNotificationCanceller.java24 import com.android.dialer.notification.NotificationManagerUtils;
31 NotificationManagerUtils.cancelAllInGroup(context, MissedCallConstants.GROUP_KEY); in cancelAll()
/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationManagerUtils.java27 public final class NotificationManagerUtils { class
40 private NotificationManagerUtils() {} in NotificationManagerUtils() method in NotificationManagerUtils
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVisualVoicemailNotifier.java46 import com.android.dialer.notification.NotificationManagerUtils;
121 NotificationManagerUtils.cancelAllInGroup(context, GROUP_KEY); in cancelAllVoicemailNotifications()