Home
last modified time | relevance | path

Searched defs:nm (Results 1 – 7 of 7) sorted by relevance

/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
DNotificationsActivity.java49 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onPostDirect() local
64 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onPostInterstitial() local
/development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
DNotificationsActivity.java62 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onPostDirect() local
77 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onPostInterstitial() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DIncomingMessage.java103 NotificationManager nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in showAppNotification() local
154 NotificationManager nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in showInterstitialNotification() local
DIncomingMessageView.java53 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onCreate() local
/development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
DMainActivity.java104 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in createNotification() local
/development/samples/training/notify-user/src/com/example/android/pingme/
DPingService.java50 NotificationManager nm = (NotificationManager) in onHandleIntent() local
/development/ndk/platforms/android-3/include/linux/
Dtransport_class.h30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { … argument