Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DEmergencyCallbackModeService.java55 private NotificationManager mNotificationManager = null; field in EmergencyCallbackModeService
88 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()
/packages/apps/IM/src/com/android/im/service/
DStatusBarNotifier.java47 private NotificationManager mNotificationManager; field in StatusBarNotifier
56 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()
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java71 private NotificationManager mNotificationManager = null; field in StkAppService
155 mNotificationManager = (NotificationManager) mContext in onCreate()
690 mNotificationManager.cancel(STK_NOTIFICATION_ID); in launchIdleText()
718 mNotificationManager.notify(STK_NOTIFICATION_ID, notification); in launchIdleText()