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

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

Completed in 1424 milliseconds