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.java132 int numberOfNotifications = getNumberOfNotifications(); in updateNotificationSummary() local
134 if (numberOfNotifications > 1) { in updateNotificationSummary()
137 numberOfNotifications); in updateNotificationSummary()
157 final int numberOfNotifications = getNumberOfNotifications(); in updateNumberOfNotifications() local
159 numberOfNotifications)); in updateNumberOfNotifications()
160 Log.i(TAG, getString(R.string.active_notifications, numberOfNotifications)); in updateNumberOfNotifications()