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

  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 54 private TextView mNumberOfNotifications;
79 mNumberOfNotifications = (TextView) view.findViewById(R.id.number_of_notifications);
174 mNumberOfNotifications.setText(getString(R.string.active_notifications,
  /developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 54 private TextView mNumberOfNotifications;
79 mNumberOfNotifications = (TextView) view.findViewById(R.id.number_of_notifications);
174 mNumberOfNotifications.setText(getString(R.string.active_notifications,
  /development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsFragment.java 54 private TextView mNumberOfNotifications;
79 mNumberOfNotifications = (TextView) view.findViewById(R.id.number_of_notifications);
174 mNumberOfNotifications.setText(getString(R.string.active_notifications,

Completed in 1212 milliseconds