Home
last modified time | relevance | path

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

/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
DNotificationsActivity.java49 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onPostDirect() local
50 nm.notify("direct_tag", R.id.direct_notification, builder.getNotification()); in onPostDirect()
64 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onPostInterstitial() local
65 nm.notify("interstitial_tag", R.id.interstitial_notification, builder.getNotification()); in onPostInterstitial()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DIncomingMessageView.java53 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onCreate() local
56 nm.cancel(R.string.imcoming_message_ticker_text); in onCreate()
DIncomingMessage.java103 NotificationManager nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in showAppNotification() local
143 nm.notify(R.string.imcoming_message_ticker_text, notifBuilder.build()); in showAppNotification()
154 NotificationManager nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in showInterstitialNotification() local
198 nm.notify(R.string.imcoming_message_ticker_text, notifBuilder.build()); in showInterstitialNotification()
/development/samples/training/notify-user/src/com/example/android/pingme/
DPingService.java50 NotificationManager nm = (NotificationManager) in onHandleIntent() local
59 nm.cancel(CommonConstants.NOTIFICATION_ID); in onHandleIntent()
65 nm.cancel(CommonConstants.NOTIFICATION_ID); in onHandleIntent()
/development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
DMainActivity.java104 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in createNotification() local
105 nm.notify(0, notification); in createNotification()