Home
last modified time | relevance | path

Searched refs:NOTIFICATION_ID (Results 1 – 25 of 64) sorted by relevance

123

/developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
DMainActivity.java22 public static final int NOTIFICATION_ID = 1; field in MainActivity
98 notificationManager.notify(NOTIFICATION_ID, builder.build()); in sendNotification()
/developers/samples/android/notification/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
DMainActivity.java22 public static final int NOTIFICATION_ID = 1; field in MainActivity
98 notificationManager.notify(NOTIFICATION_ID, builder.build()); in sendNotification()
/developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
DConstants.java30 public static final int NOTIFICATION_ID = 1; field in Constants
DHomeListenerService.java23 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()
/developers/samples/android/deprecated/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
DConstants.java30 public static final int NOTIFICATION_ID = 1; field in Constants
DHomeListenerService.java23 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()
/developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DBigTextIntentService.java76 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID); in handleActionDismiss()
106 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID); in handleActionSnooze()
113 notificationManagerCompat.notify(MainActivity.NOTIFICATION_ID, notification); in handleActionSnooze()
DBigTextMainActivity.java41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
DInboxMainActivity.java41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DBigTextIntentService.java78 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID); in handleActionDismiss()
108 notificationManagerCompat.cancel(MainActivity.NOTIFICATION_ID); in handleActionSnooze()
115 notificationManagerCompat.notify(MainActivity.NOTIFICATION_ID, notification); in handleActionSnooze()
DBigPictureSocialMainActivity.java41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
DBigTextMainActivity.java41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
DHeadsUpNotificationFragment.java41 private static final int NOTIFICATION_ID = 1; field in HeadsUpNotificationFragment
93 mNotificationManager.notify(NOTIFICATION_ID, createNotification( in onViewCreated()
/developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
DHeadsUpNotificationFragment.java41 private static final int NOTIFICATION_ID = 1; field in HeadsUpNotificationFragment
93 mNotificationManager.notify(NOTIFICATION_ID, createNotification( in onViewCreated()
/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
DConstants.java40 public static final int NOTIFICATION_ID = 0; field in Constants
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
DConstants.java40 public static final int NOTIFICATION_ID = 0; field in Constants
/developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DBigTextIntentService.java78 notificationManagerCompat.cancel(StandaloneMainActivity.NOTIFICATION_ID); in handleActionDismiss()
108 notificationManagerCompat.cancel(StandaloneMainActivity.NOTIFICATION_ID); in handleActionSnooze()
115 notificationManagerCompat.notify(StandaloneMainActivity.NOTIFICATION_ID, notification); in handleActionSnooze()
DBigTextMainActivity.java41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
DBigPictureSocialMainActivity.java41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
DInboxMainActivity.java41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DBigTextIntentService.java79 notificationManagerCompat.cancel(StandaloneMainActivity.NOTIFICATION_ID); in handleActionDismiss()
109 notificationManagerCompat.cancel(StandaloneMainActivity.NOTIFICATION_ID); in handleActionSnooze()
116 notificationManagerCompat.notify(StandaloneMainActivity.NOTIFICATION_ID, notification); in handleActionSnooze()
DInboxMainActivity.java41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
DBigPictureSocialMainActivity.java41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
DBigTextMainActivity.java41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
DMovieDetailsActivity.java29 public static final String NOTIFICATION_ID = "NotificationId"; field in MovieDetailsActivity

123