Searched refs:mNM (Results 1 – 10 of 10) sorted by relevance
47 private NotificationManager mNM; field in LocalService66 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in onCreate()81 mNM.cancel(NOTIFICATION); in onDestroy()118 mNM.notify(NOTIFICATION, notification); in showNotification()
49 mNM = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onCreate()62 mNM.cancel(MOOD_NOTIFICATIONS); in onDestroy()117 mNM.notify(MOOD_NOTIFICATIONS, notification); in showNotification()130 private NotificationManager mNM; field in NotifyingService
43 NotificationManager mNM; field in AlarmService_Service47 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in onCreate()62 mNM.cancel(R.string.alarm_service_started); in onDestroy()118 mNM.notify(R.string.alarm_service_started, notification); in showNotification()
54 NotificationManager mNM; field in MessengerService121 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in onCreate()130 mNM.cancel(R.string.remote_service_started); in onDestroy()168 mNM.notify(R.string.remote_service_started, notification); in showNotification()
50 private NotificationManager mNM; field in JobWorkService101 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in onCreate()154 mNM.notify(R.string.job_service_created, noteBuilder.build()); in showNotification()158 mNM.cancel(R.string.service_created); in hideNotification()
57 private NotificationManager mNM; field in NotificationBackgroundService.Controller63 mNM = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onCreate()88 mNM.notify(R.layout.notification_background_service, notification); in showNotification()
55 private NotificationManager mNM; field in ServiceStartArguments104 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in onCreate()195 mNM.notify(R.string.service_created, noteBuilder.build()); in showNotification()199 mNM.cancel(R.string.service_created); in hideNotification()
68 NotificationManager mNM; field in RemoteService72 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in onCreate()92 mNM.cancel(R.string.remote_service_started); in onDestroy()209 mNM.notify(R.string.remote_service_started, notification); in showNotification()
61 private NotificationManager mNM; field in ForegroundService74 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in onCreate()
49 private NotificationManager mNM; field in RssService60 mNM = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onCreate()65 mNM.notify(NOTIFY_ID, note); in onCreate()114 mNM.cancel(NOTIFY_ID); in onDestroy()