Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/notification/
DDialerNotificationManager.java57 getNotificationManager(context).notify(tag, id, notification); in notify()
71 NotificationManager notificationManager = getNotificationManager(context); in cancel()
92 NotificationManager notificationManager = getNotificationManager(context); in cancelAll()
103 return getNotificationManager(context).getActiveNotifications(); in getActiveNotifications()
135 private static NotificationManager getNotificationManager(@NonNull Context context) { in getNotificationManager() method in DialerNotificationManager
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java94 getNotificationManager(context).createNotificationChannel(channel); in updateNotification()
95 getNotificationManager(context).notify(CALL_NOTIFICATION_ID, getMainNotification(context)); in updateNotification()
96 getNotificationManager(context).notify( in updateNotification()
105 getNotificationManager(context).cancel(CALL_NOTIFICATION_ID); in cancelNotifications()
106 getNotificationManager(context).cancel(PHONE_ACCOUNT_NOTIFICATION_ID); in cancelNotifications()
220 private NotificationManager getNotificationManager(Context context) { in getNotificationManager() method in CallServiceNotifier
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DNotificationChannelManager.java70 getNotificationManager(context).createNotificationChannel(channel); in createOrUpdateChannel()
145 private NotificationManager getNotificationManager(Context context) { in getNotificationManager() method in NotificationChannelManager