Home
last modified time | relevance | path

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

/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
DActiveNotificationsFragment.java54 private TextView mNumberOfNotifications; field in ActiveNotificationsFragment
79 mNumberOfNotifications = (TextView) view.findViewById(R.id.number_of_notifications); in onViewCreated()
158 mNumberOfNotifications.setText(getString(R.string.active_notifications, in updateNumberOfNotifications()