/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
D | InboxMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
D | BigTextMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
D | BigPictureSocialMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
D | MessagingMainActivity.java | 40 NotificationManager notificationManager = in onCreate() local 43 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
D | BigTextMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
D | BigPictureSocialMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
D | InboxMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
D | MessagingMainActivity.java | 40 NotificationManager notificationManager = in onCreate() local 43 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/ |
D | MainActivity.java | 96 NotificationManager notificationManager = (NotificationManager) getSystemService( in sendNotification() local 98 notificationManager.notify(NOTIFICATION_ID, builder.build()); in sendNotification()
|
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
D | AlarmIntentService.java | 58 NotificationManager notificationManager = context in onHandleIntent() local 67 notificationManager.notify(alarm.id, builder.build()); in onHandleIntent()
|
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/ |
D | MessageReplyReceiver.java | 50 NotificationManagerCompat notificationManager = in onReceive() local 58 notificationManager.notify(conversationId, repliedNotification); in onReceive()
|
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/ |
D | ListenerService.java | 122 NotificationManagerCompat notificationManager = NotificationManagerCompat.from(this); in showNotification() local 123 notificationManager.notify(Constants.WEAR_NOTIFICATION_ID, notification); in showNotification()
|
D | UtilityService.java | 112 NotificationManager notificationManager = in clearNotificationInternal() local 114 notificationManager.cancel(Constants.WEAR_NOTIFICATION_ID); in clearNotificationInternal()
|
/development/samples/VirtualDeviceManager/virtualcamera/src/com/example/android/vdmdemo/virtualcamera/ |
D | VirtualCameraDemoService.java | 104 NotificationManager notificationManager = Objects.requireNonNull( in onStartCommand() local 106 notificationManager.createNotificationChannel(notificationChannel); in onStartCommand()
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | MainActivity.java | 261 final NotificationManager notificationManager = (NotificationManager) getSystemService( in showNotification() local 299 notificationManager.notify(NOTIFICATION_DEFAULT, builder.getNotification()); in showNotification()
|
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/ |
D | VdmService.java | 189 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStartCommand() local 190 Objects.requireNonNull(notificationManager).createNotificationChannel(notificationChannel); in onStartCommand()
|