Home
last modified time | relevance | path

Searched refs:NOTIFICATION_GROUP_SUMMARY_ID (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
DActiveNotificationsFragment.java50 private static final int NOTIFICATION_GROUP_SUMMARY_ID = 1; field in ActiveNotificationsFragment
58 private static int sNotificationId = NOTIFICATION_GROUP_SUMMARY_ID + 1;
145 mNotificationManager.notify(NOTIFICATION_GROUP_SUMMARY_ID, notification); in updateNotificationSummary()
148 mNotificationManager.cancel(NOTIFICATION_GROUP_SUMMARY_ID); in updateNotificationSummary()
172 if (notificationId == NOTIFICATION_GROUP_SUMMARY_ID) { in getNewNotificationId()
188 if (notification.getId() == NOTIFICATION_GROUP_SUMMARY_ID) { in getNumberOfNotifications()