HomeSort by relevance Sort by last modified time
    Searched refs:NOTIFICATION_GROUP_SUMMARY_ID (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 50 private static final int NOTIFICATION_GROUP_SUMMARY_ID = 1;
58 private static int sNotificationId = NOTIFICATION_GROUP_SUMMARY_ID + 1;
139 if (notification.getId() == NOTIFICATION_GROUP_SUMMARY_ID) {
156 mNotificationManager.notify(NOTIFICATION_GROUP_SUMMARY_ID, notification);
159 mNotificationManager.cancel(NOTIFICATION_GROUP_SUMMARY_ID);
188 if (notificationId == NOTIFICATION_GROUP_SUMMARY_ID) {
  /developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 50 private static final int NOTIFICATION_GROUP_SUMMARY_ID = 1;
58 private static int sNotificationId = NOTIFICATION_GROUP_SUMMARY_ID + 1;
139 if (notification.getId() == NOTIFICATION_GROUP_SUMMARY_ID) {
156 mNotificationManager.notify(NOTIFICATION_GROUP_SUMMARY_ID, notification);
159 mNotificationManager.cancel(NOTIFICATION_GROUP_SUMMARY_ID);
188 if (notificationId == NOTIFICATION_GROUP_SUMMARY_ID) {
  /development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsFragment.java 50 private static final int NOTIFICATION_GROUP_SUMMARY_ID = 1;
58 private static int sNotificationId = NOTIFICATION_GROUP_SUMMARY_ID + 1;
139 if (notification.getId() == NOTIFICATION_GROUP_SUMMARY_ID) {
156 mNotificationManager.notify(NOTIFICATION_GROUP_SUMMARY_ID, notification);
159 mNotificationManager.cancel(NOTIFICATION_GROUP_SUMMARY_ID);
188 if (notificationId == NOTIFICATION_GROUP_SUMMARY_ID) {

Completed in 181 milliseconds