Searched refs:nm (Results 1 – 6 of 6) sorted by relevance
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/ |
D | NotificationsActivity.java | 49 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/ |
D | IncomingMessageView.java | 53 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onCreate() local 56 nm.cancel(R.string.imcoming_message_ticker_text); in onCreate()
|
D | IncomingMessage.java | 103 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/ndk/platforms/android-9/include/linux/ |
D | transport_class.h | 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { … argument
|
/development/samples/training/notify-user/src/com/example/android/pingme/ |
D | PingService.java | 50 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/ |
D | MainActivity.java | 104 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in createNotification() local 105 nm.notify(0, notification); in createNotification()
|