Searched refs:nm (Results 1 – 5 of 5) sorted by relevance
49 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onPostDirect() local50 nm.notify("direct_tag", R.id.direct_notification, builder.getNotification()); in onPostDirect()64 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onPostInterstitial() local65 nm.notify("interstitial_tag", R.id.interstitial_notification, builder.getNotification()); in onPostInterstitial()
53 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in onCreate() local56 nm.cancel(R.string.imcoming_message_ticker_text); in onCreate()
103 NotificationManager nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in showAppNotification() local143 nm.notify(R.string.imcoming_message_ticker_text, notifBuilder.build()); in showAppNotification()154 NotificationManager nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); in showInterstitialNotification() local198 nm.notify(R.string.imcoming_message_ticker_text, notifBuilder.build()); in showInterstitialNotification()
50 NotificationManager nm = (NotificationManager) in onHandleIntent() local59 nm.cancel(CommonConstants.NOTIFICATION_ID); in onHandleIntent()65 nm.cancel(CommonConstants.NOTIFICATION_ID); in onHandleIntent()
104 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); in createNotification() local105 nm.notify(0, notification); in createNotification()