Home
last modified time | relevance | path

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

/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
DAppRestrictionSchemaFragment.java69 private TextView mTextItems; field in AppRestrictionSchemaFragment
84 mTextItems = (TextView) view.findViewById(R.id.your_items); in onViewCreated()
87 mTextItems.setVisibility(View.VISIBLE); in onViewCreated()
89 mTextItems.setVisibility(View.GONE); in onViewCreated()
213 mTextItems.setText(getString(R.string.your_items, builder)); in updateItems()