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

  /development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
AppRestrictionSchemaFragment.java 67 private TextView mTextRank;
82 mTextRank = (TextView) view.findViewById(R.id.your_rank);
162 mTextRank.setText(getString(R.string.your_rank, rank));
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java 73 private TextView mTextRank;
88 mTextRank = (TextView) view.findViewById(R.id.your_rank);
190 mTextRank.setText(getString(R.string.your_rank, rank));
  /developers/samples/android/admin/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java 73 private TextView mTextRank;
88 mTextRank = (TextView) view.findViewById(R.id.your_rank);
190 mTextRank.setText(getString(R.string.your_rank, rank));

Completed in 2487 milliseconds