HomeSort by relevance Sort by last modified time
    Searched refs:numberOfNotifications (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 135 int numberOfNotifications = activeNotifications.length;
140 numberOfNotifications--;
145 if (numberOfNotifications > 1) {
148 "" + numberOfNotifications);
173 final int numberOfNotifications = activeNotifications.length;
175 numberOfNotifications));
176 Log.i(TAG, getString(R.string.active_notifications, numberOfNotifications));
  /developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 135 int numberOfNotifications = activeNotifications.length;
140 numberOfNotifications--;
145 if (numberOfNotifications > 1) {
148 "" + numberOfNotifications);
173 final int numberOfNotifications = activeNotifications.length;
175 numberOfNotifications));
176 Log.i(TAG, getString(R.string.active_notifications, numberOfNotifications));
  /development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsFragment.java 135 int numberOfNotifications = activeNotifications.length;
140 numberOfNotifications--;
145 if (numberOfNotifications > 1) {
148 "" + numberOfNotifications);
173 final int numberOfNotifications = activeNotifications.length;
175 numberOfNotifications));
176 Log.i(TAG, getString(R.string.active_notifications, numberOfNotifications));

Completed in 152 milliseconds