Home
last modified time | relevance | path

Searched defs:notification (Results 1 – 25 of 45) sorted by relevance

12

/developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
DActiveNotificationsFragment.java119 final Notification notification = builder.build(); in addNotificationAndUpdateSummaries() local
120 mNotificationManager.notify(getNewNotificationId(), notification); in addNotificationAndUpdateSummaries() local
144 final Notification notification = builder.build(); in updateNotificationSummary() local
/developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
DActiveNotificationsFragment.java119 final Notification notification = builder.build(); in addNotificationAndUpdateSummaries() local
120 mNotificationManager.notify(getNewNotificationId(), notification); in addNotificationAndUpdateSummaries() local
144 final Notification notification = builder.build(); in updateNotificationSummary() local
/developers/samples/android/deprecated/wearable/wear/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
DMainActivity.java101 Notification notification = new Notification.Builder(this) in onTimerSelected() local
115 Notification notification = new Notification.Builder(this) in onTimerFinished() local
/developers/build/prebuilts/gradle/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
DMainActivity.java101 Notification notification = new Notification.Builder(this) in onTimerSelected() local
115 Notification notification = new Notification.Builder(this) in onTimerFinished() local
/developers/samples/android/deprecated/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
DFindPhoneActivity.java34 private static Notification.Builder notification; field in FindPhoneActivity
/developers/build/prebuilts/gradle/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
DFindPhoneActivity.java34 private static Notification.Builder notification; field in FindPhoneActivity
/developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
DMainActivity.java295 Notification notification = notificationCompatBuilder in generateBigTextStyleNotification() local
507 Notification notification = notificationCompatBuilder.build(); in generateBigPictureStyleNotification() local
646 Notification notification = notificationCompatBuilder.build(); in generateInboxStyleNotification() local
827 Notification notification = notificationCompatBuilder.build(); in generateMessagingStyleNotification() local
/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
DMainActivity.java298 Notification notification = notificationCompatBuilder in generateBigTextStyleNotification() local
510 Notification notification = notificationCompatBuilder.build(); in generateBigPictureStyleNotification() local
649 Notification notification = notificationCompatBuilder.build(); in generateInboxStyleNotification() local
845 Notification notification = notificationCompatBuilder.build(); in generateMessagingStyleNotification() local
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
DStandaloneMainActivity.java342 Notification notification = notificationCompatBuilder.build(); in generateBigTextStyleNotification() local
496 Notification notification = notificationCompatBuilder.build(); in generateBigPictureStyleNotification() local
599 Notification notification = notificationCompatBuilder.build(); in generateInboxStyleNotification() local
772 Notification notification = notificationCompatBuilder.build(); in generateMessagingStyleNotification() local
/developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
DStandaloneMainActivity.java339 Notification notification = notificationCompatBuilder.build(); in generateBigTextStyleNotification() local
493 Notification notification = notificationCompatBuilder.build(); in generateBigPictureStyleNotification() local
596 Notification notification = notificationCompatBuilder.build(); in generateInboxStyleNotification() local
751 Notification notification = notificationCompatBuilder.build(); in generateMessagingStyleNotification() local
/developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
DMainActivity.java71 Notification notification = builder.build(); in createNotification() local
/developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
DMainActivity.java71 Notification notification = builder.build(); in createNotification() local
/developers/samples/android/deprecated/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
DHomeListenerService.java134 Notification notification = new Notification.Builder(this) in postNotificationForGeofenceId() local
/developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
DHomeListenerService.java134 Notification notification = new Notification.Builder(this) in postNotificationForGeofenceId() local
/developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
DNotificationHelper.java94 public void notify(int id, Notification.Builder notification) { in notify()
/developers/samples/android/notification/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
DNotificationHelper.java94 public void notify(int id, Notification.Builder notification) { in notify()
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/
DMusicService.java214 Notification notification = in moveServiceToStartedState() local
230 Notification notification = in updateNotificationForPause() local
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/recommendation/
DUpdateRecommendationsService.java104 Notification notification = notificationBuilder.build(); in onHandleIntent() local
/developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
DListenerService.java110 Notification notification = new NotificationCompat.Builder(this) in showNotification() local
/developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
DListenerService.java109 Notification notification = new NotificationCompat.Builder(this) in showNotification() local
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
DRecipeService.java90 Notification notification = builder in createNotification() local
/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
DRecipeService.java90 Notification notification = builder in createNotification() local
/developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DBigTextIntentService.java98 Notification notification; in handleActionSnooze() local
/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DBigTextIntentService.java100 Notification notification; in handleActionSnooze() local
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
DBigTextIntentService.java101 Notification notification; in handleActionSnooze() local

12