Home
last modified time | relevance | path

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

/development/samples/Alarm/src/com/example/android/newalarm/
DAlarmService.java68 NotificationManager mNotificationManager; field in AlarmService
133 mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in onCreate()
158 mNotificationManager.cancel(R.string.alarm_service_started); in onDestroy()
211 mNotificationManager.notify( in showNotification()
/development/samples/training/notify-user/src/com/example/android/pingme/
DPingService.java31 private NotificationManager mNotificationManager; field in PingService
70 mNotificationManager = (NotificationManager) in issueNotification()
128 mNotificationManager = (NotificationManager) in issueNotification()
131 mNotificationManager.notify(CommonConstants.NOTIFICATION_ID, builder.build()); in issueNotification()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DStatusBarNotifications.java37 private NotificationManager mNotificationManager; field in StatusBarNotifications
51 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()
/development/samples/Alarm/tests/src/com/example/android/newalarm/
DAlarmServiceTest.java77 assertNotNull(mService.mNotificationManager); in testServiceCreate()
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DMusicService.java151 NotificationManager mNotificationManager; field in MusicService
188 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onCreate()
520 mNotificationManager.notify(NOTIFICATION_ID, mNotification); in updateNotification()