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 132 int numberOfNotifications = getNumberOfNotifications();
134 if (numberOfNotifications > 1) {
137 numberOfNotifications);
157 final int numberOfNotifications = getNumberOfNotifications();
159 numberOfNotifications));
160 Log.i(TAG, getString(R.string.active_notifications, numberOfNotifications));
  /developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 132 int numberOfNotifications = getNumberOfNotifications();
134 if (numberOfNotifications > 1) {
137 numberOfNotifications);
157 final int numberOfNotifications = getNumberOfNotifications();
159 numberOfNotifications));
160 Log.i(TAG, getString(R.string.active_notifications, numberOfNotifications));
  /development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsFragment.java 132 int numberOfNotifications = getNumberOfNotifications();
134 if (numberOfNotifications > 1) {
137 numberOfNotifications);
157 final int numberOfNotifications = getNumberOfNotifications();
159 numberOfNotifications));
160 Log.i(TAG, getString(R.string.active_notifications, numberOfNotifications));

Completed in 158 milliseconds