Searched refs:mNotificationManager (Results 1 – 5 of 5) sorted by relevance
68 NotificationManager mNotificationManager; field in AlarmService133 mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in onCreate()158 mNotificationManager.cancel(R.string.alarm_service_started); in onDestroy()211 mNotificationManager.notify( in showNotification()
31 private NotificationManager mNotificationManager; field in PingService70 mNotificationManager = (NotificationManager) in issueNotification()128 mNotificationManager = (NotificationManager) in issueNotification()131 mNotificationManager.notify(CommonConstants.NOTIFICATION_ID, builder.build()); in issueNotification()
37 private NotificationManager mNotificationManager; field in StatusBarNotifications51 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onCreate()143 mNotificationManager.cancel(R.layout.status_bar_notifications); in onCreate()210 mNotificationManager.notify(MOOD_NOTIFICATIONS, notification); in setMood()238 mNotificationManager.notify(MOOD_NOTIFICATIONS, notif); in setMoodView()265 mNotificationManager.notify( in setDefault()
77 assertNotNull(mService.mNotificationManager); in testServiceCreate()
151 NotificationManager mNotificationManager; field in MusicService188 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onCreate()520 mNotificationManager.notify(NOTIFICATION_ID, mNotification); in updateNotification()