Searched refs:getNotificationManager (Results 1 – 2 of 2) sorted by relevance
82 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
103 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