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.java181 final StatusBarNotification[] activeNotifications = mNotificationManager in getNumberOfNotifications() local
187 for (StatusBarNotification notification : activeNotifications) { in getNumberOfNotifications()
189 return activeNotifications.length - 1; in getNumberOfNotifications()
192 return activeNotifications.length; in getNumberOfNotifications()