Home
last modified time | relevance | path

Searched defs: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
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
152 NotificationManager nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in showInterstitialNotification() local
DIncomingMessageView.java53 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onCreate() 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