Home
last modified time | relevance | path

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

12

/development/samples/browseable/ActiveNotifications/src/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
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DStandaloneMainActivity.java309 Notification notification = notificationCompatBuilder.build(); in generateBigTextStyleNotification() local
451 Notification notification = notificationCompatBuilder.build(); in generateBigPictureStyleNotification() local
542 Notification notification = notificationCompatBuilder.build(); in generateInboxStyleNotification() local
713 Notification notification = notificationCompatBuilder.build(); in generateMessagingStyleNotification() local
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DMainActivity.java287 Notification notification = notificationCompatBuilder in generateBigTextStyleNotification() local
483 Notification notification = notificationCompatBuilder.build(); in generateBigPictureStyleNotification() local
612 Notification notification = notificationCompatBuilder.build(); in generateInboxStyleNotification() local
807 Notification notification = notificationCompatBuilder.build(); in generateMessagingStyleNotification() local
/development/samples/browseable/DelayedConfirmation/Wearable/src/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
/development/samples/KeyChainDemo/src/com/example/android/keychain/
DSecureWebServerService.java78 Notification notification = new Notification.Builder(this). in createNotification() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DAlarmService_Service.java107 Notification notification = new Notification.Builder(this) in showNotification() local
DNotificationBackgroundService.java77 Notification notification = new Notification.Builder(this) in showNotification() local
DNotifyingService.java107 Notification notification = new Notification.Builder(this) in showNotification() local
DLocalService.java108 Notification notification = new Notification.Builder(this) in showNotification() local
DMessengerService.java157 Notification notification = new Notification.Builder(this) in showNotification() local
DStatusBarNotifications.java258 Notification notification = new Notification.Builder(this) // the context to use in setDefault() local
DForegroundService.java95 Notification notification = new Notification.Builder(this) in onStartCommand() local
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DFindPhoneActivity.java34 private static Notification.Builder notification; field in FindPhoneActivity
/development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
DMainActivity.java71 Notification notification = builder.build(); in createNotification() local
/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
DHomeListenerService.java134 Notification notification = new Notification.Builder(this) in postNotificationForGeofenceId() local
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
DListenerService.java109 Notification notification = new NotificationCompat.Builder(this) in showNotification() local
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeService.java90 Notification notification = builder in createNotification() local
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigTextIntentService.java98 Notification notification; in handleActionSnooze() local
DMessagingIntentService.java109 Notification notification = notificationCompatBuilder.build(); in handleActionReply() local
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigTextIntentService.java99 Notification notification; in handleActionSnooze() local
DMessagingIntentService.java107 Notification notification = notificationCompatBuilder.build(); in handleActionReply() local
/development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
DMainActivity.java73 Notification notification = new NotificationCompat.Builder(this) in showNotification() local
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DResponderService.java104 Notification notification = builder in showNotification() local
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
DQuizListenerService.java148 Notification notification = builder.build(); in onDataChanged() local
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMediaNotificationManager.java109 Notification notification = createNotification(); in startNotification() local

12