Home
last modified time | relevance | path

Searched refs:notificationManagerCompat (Results 1 – 6 of 6) sorted by relevance

/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigTextIntentService.java74 NotificationManagerCompat notificationManagerCompat = in handleActionDismiss() local
76 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID); in handleActionDismiss()
103 NotificationManagerCompat notificationManagerCompat = in handleActionSnooze() local
106 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID); in handleActionSnooze()
113 notificationManagerCompat.notify(MainActivity.NOTIFICATION_ID, notification); in handleActionSnooze()
DBigPictureSocialIntentService.java112 NotificationManagerCompat notificationManagerCompat = in handleActionComment() local
114 notificationManagerCompat.notify(MainActivity.NOTIFICATION_ID, updatedNotification); in handleActionComment()
DMessagingIntentService.java123 NotificationManagerCompat notificationManagerCompat = in handleActionReply() local
125 notificationManagerCompat.notify(MainActivity.NOTIFICATION_ID, notification); in handleActionReply()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigTextIntentService.java75 NotificationManagerCompat notificationManagerCompat = in handleActionDismiss() local
77 notificationManagerCompat.cancel(StandaloneMainActivity.NOTIFICATION_ID); in handleActionDismiss()
104 NotificationManagerCompat notificationManagerCompat = in handleActionSnooze() local
107 notificationManagerCompat.cancel(StandaloneMainActivity.NOTIFICATION_ID); in handleActionSnooze()
114 notificationManagerCompat.notify(StandaloneMainActivity.NOTIFICATION_ID, notification); in handleActionSnooze()
DBigPictureSocialIntentService.java110 NotificationManagerCompat notificationManagerCompat = in handleActionComment() local
112 notificationManagerCompat.notify( in handleActionComment()
DMessagingIntentService.java121 NotificationManagerCompat notificationManagerCompat = in handleActionReply() local
123 notificationManagerCompat.notify(StandaloneMainActivity.NOTIFICATION_ID, notification); in handleActionReply()