Home
last modified time | relevance | path

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

/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
DAppRestrictionSchemaFragment.java67 private TextView mTextRank; field in AppRestrictionSchemaFragment
82 mTextRank = (TextView) view.findViewById(R.id.your_rank); in onViewCreated()
162 mTextRank.setText(getString(R.string.your_rank, rank)); in updateRank()