Searched defs:notificationId (Results 1 – 14 of 14) sorted by relevance
/developers/build/prebuilts/gradle/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/ |
D | DismissListener.java | 77 int notificationId = intent.getIntExtra(Constants.KEY_NOTIFICATION_ID, -1); in onStartCommand() local
|
D | SynchronizedNotificationsFragment.java | 97 private void buildLocalOnlyNotification(String title, String content, int notificationId, in buildLocalOnlyNotification()
|
/developers/samples/android/deprecated/wearable/wear/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/ |
D | DismissListener.java | 77 int notificationId = intent.getIntExtra(Constants.KEY_NOTIFICATION_ID, -1); in onStartCommand() local
|
D | SynchronizedNotificationsFragment.java | 97 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/ |
D | HomeListenerService.java | 95 Integer notificationId = sNotificationIdByDataItemUri.remove(dataItem.getUri()); in deleteDataItem() local
|
/developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/ |
D | HomeListenerService.java | 95 Integer notificationId = sNotificationIdByDataItemUri.remove(dataItem.getUri()); in deleteDataItem() local
|
/developers/build/prebuilts/gradle/SynchronizedNotifications/Wearable/src/main/java/com/example/android/wearable/synchronizednotifications/ |
D | NotificationUpdateService.java | 71 int notificationId = intent.getIntExtra(Constants.KEY_NOTIFICATION_ID, -1); in onStartCommand() local
|
/developers/samples/android/deprecated/wearable/wear/SynchronizedNotifications/Wearable/src/main/java/com/example/android/wearable/synchronizednotifications/ |
D | NotificationUpdateService.java | 71 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/ |
D | ActiveNotificationsFragment.java | 167 int notificationId = sNotificationId++; in getNewNotificationId() local
|
/developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/ |
D | ActiveNotificationsFragment.java | 167 int notificationId = sNotificationId++; in getNewNotificationId() local
|
/developers/samples/android/deprecated/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/ |
D | QuizListenerService.java | 155 int notificationId = Integer.parseInt(uri.getLastPathSegment()); in onDataChanged() local
|
/developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/ |
D | QuizListenerService.java | 155 int notificationId = Integer.parseInt(uri.getLastPathSegment()); in onDataChanged() local
|
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/ |
D | MovieDetailsFragment.java | 110 private void removeNotification(int notificationId) { in removeNotification()
|
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/recommendation/ |
D | RecommendationBuilder.java | 228 private static File getNotificationBackground(Context context, int notificationId) { in getNotificationBackground()
|