/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/ |
D | MainActivity.java | 22 public static final int NOTIFICATION_ID = 1; field in MainActivity 98 notificationManager.notify(NOTIFICATION_ID, builder.build()); in sendNotification()
|
/development/samples/training/notify-user/src/com/example/android/pingme/ |
D | CommonConstants.java | 39 public static final int NOTIFICATION_ID = 001; field in CommonConstants
|
D | PingService.java | 59 nm.cancel(CommonConstants.NOTIFICATION_ID); in onHandleIntent() 65 nm.cancel(CommonConstants.NOTIFICATION_ID); in onHandleIntent() 131 mNotificationManager.notify(CommonConstants.NOTIFICATION_ID, builder.build()); in issueNotification()
|
/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/ |
D | Constants.java | 30 public static final int NOTIFICATION_ID = 1; field in Constants
|
D | HomeListenerService.java | 23 import static com.example.android.wearable.geofencing.Constants.NOTIFICATION_ID; 93 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(NOTIFICATION_ID); in cancelNotificationForDataItem() 148 .notify(NOTIFICATION_ID, notification); in postNotificationForGeofenceId()
|
D | CheckInAndDeleteDataItemsService.java | 37 import static com.example.android.wearable.geofencing.Constants.NOTIFICATION_ID; 71 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(NOTIFICATION_ID); in onHandleIntent()
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
D | MediaNotificationManager.java | 46 private static final int NOTIFICATION_ID = 412; field in MediaNotificationManager 119 mService.startForeground(NOTIFICATION_ID, notification); in startNotification() 134 mNotificationManager.cancel(NOTIFICATION_ID); in stopNotification() 203 mNotificationManager.notify(NOTIFICATION_ID, notification); 214 mNotificationManager.notify(NOTIFICATION_ID, notification); 349 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in fetchBitmapFromURLAsync()
|
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
D | BigTextIntentService.java | 76 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID); in handleActionDismiss() 106 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID); in handleActionSnooze() 113 notificationManagerCompat.notify(MainActivity.NOTIFICATION_ID, notification); in handleActionSnooze()
|
D | BigPictureSocialMainActivity.java | 41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
D | BigTextMainActivity.java | 41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
D | InboxMainActivity.java | 41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
D | MessagingMainActivity.java | 43 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
D | BigPictureSocialIntentService.java | 114 notificationManagerCompat.notify(MainActivity.NOTIFICATION_ID, updatedNotification); in handleActionComment()
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
D | Constants.java | 40 public static final int NOTIFICATION_ID = 0; field in Constants
|
D | RecipeService.java | 94 mNotificationManager.notify(Constants.NOTIFICATION_ID, notification); in createNotification()
|
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/ |
D | HeadsUpNotificationFragment.java | 41 private static final int NOTIFICATION_ID = 1; field in HeadsUpNotificationFragment 93 mNotificationManager.notify(NOTIFICATION_ID, createNotification( in onViewCreated()
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
D | BigTextIntentService.java | 77 notificationManagerCompat.cancel(StandaloneMainActivity.NOTIFICATION_ID); in handleActionDismiss() 107 notificationManagerCompat.cancel(StandaloneMainActivity.NOTIFICATION_ID); in handleActionSnooze() 114 notificationManagerCompat.notify(StandaloneMainActivity.NOTIFICATION_ID, notification); in handleActionSnooze()
|
D | BigPictureSocialMainActivity.java | 41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
D | BigTextMainActivity.java | 41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
D | InboxMainActivity.java | 41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
D | MessagingMainActivity.java | 43 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
D | BigPictureSocialIntentService.java | 113 StandaloneMainActivity.NOTIFICATION_ID, in handleActionComment()
|
/development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/ |
D | MainActivity.java | 39 private static final int NOTIFICATION_ID = 1; field in MainActivity 83 NotificationManagerCompat.from(this).notify(NOTIFICATION_ID, notification); in showNotification()
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/ |
D | StandaloneMainActivity.java | 56 public static final int NOTIFICATION_ID = 888; field in StandaloneMainActivity 311 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateBigTextStyleNotification() 452 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateBigPictureStyleNotification() 543 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateInboxStyleNotification() 714 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateMessagingStyleNotification()
|
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/ |
D | MainActivity.java | 62 public static final int NOTIFICATION_ID = 888; field in MainActivity 321 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateBigTextStyleNotification() 485 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateBigPictureStyleNotification() 614 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateInboxStyleNotification() 808 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateMessagingStyleNotification()
|