Home
last modified time | relevance | path

Searched defs:notificationId (Results 1 – 6 of 6) sorted by relevance

/developers/samples/android/deprecated/wearable/wear/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/
DDismissListener.java77 int notificationId = intent.getIntExtra(Constants.KEY_NOTIFICATION_ID, -1); in onStartCommand() local
DSynchronizedNotificationsFragment.java97 private void buildLocalOnlyNotification(String title, String content, int notificationId, in buildLocalOnlyNotification()
/developers/samples/android/deprecated/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
DHomeListenerService.java95 Integer notificationId = sNotificationIdByDataItemUri.remove(dataItem.getUri()); in deleteDataItem() local
/developers/samples/android/deprecated/wearable/wear/SynchronizedNotifications/Wearable/src/main/java/com/example/android/wearable/synchronizednotifications/
DNotificationUpdateService.java71 int notificationId = intent.getIntExtra(Constants.KEY_NOTIFICATION_ID, -1); in onStartCommand() local
/developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
DActiveNotificationsFragment.java167 int notificationId = sNotificationId++; in getNewNotificationId() local
/developers/samples/android/deprecated/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
DQuizListenerService.java155 int notificationId = Integer.parseInt(uri.getLastPathSegment()); in onDataChanged() local