Home
last modified time | relevance | path

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

/development/samples/wearable/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
DMainActivity.java88 Notification notification = new Notification.Builder(this) in onTimerSelected() local
102 Notification notification = new Notification.Builder(this) in onTimerFinished() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DStatusBarNotifications.java201 Notification notification = new Notification(moodId, tickerText, in setMood() local
251 final Notification notification = new Notification( in setDefault() local
DForegroundService.java83 void startForegroundCompat(int id, Notification notification) { in startForegroundCompat()
170 Notification notification = new Notification(R.drawable.stat_sample, text, in handleCommand() local
DAlarmService_Service.java103 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
DNotifyingService.java102 Notification notification = new Notification(moodId, null, System.currentTimeMillis()); in showNotification() local
DLocalService.java105 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
DMessengerService.java153 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
DServiceStartArguments.java178 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
DRemoteService.java187 Notification notification = new Notification(R.drawable.stat_sample, text, in showNotification() local
/development/samples/KeyChainDemo/src/com/example/android/keychain/
DSecureWebServerService.java78 Notification notification = new Notification.Builder(this). in createNotification() local
/development/samples/wearable/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
DFindPhoneActivity.java35 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/wearable/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
DHomeListenerService.java135 Notification notification = new Notification.Builder(this) in postNotificationForGeofenceId() local
/development/samples/wearable/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
DRecipeService.java90 Notification notification = builder in createNotification() local
/development/samples/wearable/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
DMainActivity.java73 Notification notification = new NotificationCompat.Builder(this) in showNotification() local
/development/samples/wearable/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
DResponderService.java104 Notification notification = builder in showNotification() local
/development/samples/wearable/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
DQuizListenerService.java151 Notification notification = builder.build(); in onDataChanged() local