Home
last modified time | relevance | path

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

/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
DActiveNotificationsFragment.java132 final StatusBarNotification[] activeNotifications = mNotificationManager in updateNotificationSummary() local
135 int numberOfNotifications = activeNotifications.length; in updateNotificationSummary()
138 for (StatusBarNotification notification : activeNotifications) { in updateNotificationSummary()
170 final StatusBarNotification[] activeNotifications = mNotificationManager in updateNumberOfNotifications() local
173 final int numberOfNotifications = activeNotifications.length; in updateNumberOfNotifications()