Searched refs:mNotificationManager (Results 1 – 3 of 3) sorted by relevance
55 private NotificationManager mNotificationManager = null; field in EmergencyCallbackModeService88 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onCreate()105 mNotificationManager.cancel(R.string.phone_in_ecm_notification_title); in onDestroy()192 mNotificationManager.notify(R.string.phone_in_ecm_notification_title, notification); in showNotification()
47 private NotificationManager mNotificationManager; field in StatusBarNotifier56 mNotificationManager = (NotificationManager) context.getSystemService( in StatusBarNotifier()115 mNotificationManager.cancel(info.computeNotificationId()); in dismissNotifications()135 mNotificationManager.cancel(info.computeNotificationId()); in dismissChatNotification()143 mNotificationManager.notify(info.computeNotificationId(), in dismissChatNotification()176 mNotificationManager.notify(info.computeNotificationId(), in notify()
71 private NotificationManager mNotificationManager = null; field in StkAppService155 mNotificationManager = (NotificationManager) mContext in onCreate()690 mNotificationManager.cancel(STK_NOTIFICATION_ID); in launchIdleText()718 mNotificationManager.notify(STK_NOTIFICATION_ID, notification); in launchIdleText()