Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java82 getNotificationManager(context).notify(CALL_NOTIFICATION_ID, getMainNotification(context)); in updateNotification()
83 getNotificationManager(context).notify( in updateNotification()
92 getNotificationManager(context).cancel(CALL_NOTIFICATION_ID); in cancelNotifications()
93 getNotificationManager(context).cancel(PHONE_ACCOUNT_NOTIFICATION_ID); in cancelNotifications()
179 private NotificationManager getNotificationManager(Context context) { in getNotificationManager() method in CallServiceNotifier
/packages/apps/Dialer/src/com/android/dialer/calllog/
DDefaultVoicemailNotifier.java103 getNotificationManager().cancel(NOTIFICATION_TAG, NOTIFICATION_ID); in updateNotification()
206 getNotificationManager().notify(NOTIFICATION_TAG, NOTIFICATION_ID, in updateNotification()
261 private NotificationManager getNotificationManager() { in getNotificationManager() method in DefaultVoicemailNotifier