Home
last modified time | relevance | path

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

/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
DActiveNotificationsFragment.java135 int numberOfNotifications = activeNotifications.length; in updateNotificationSummary() local
140 numberOfNotifications--; in updateNotificationSummary()
145 if (numberOfNotifications > 1) { in updateNotificationSummary()
148 "" + numberOfNotifications); in updateNotificationSummary()
173 final int numberOfNotifications = activeNotifications.length; in updateNumberOfNotifications() local
175 numberOfNotifications)); in updateNumberOfNotifications()
176 Log.i(TAG, getString(R.string.active_notifications, numberOfNotifications)); in updateNumberOfNotifications()