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

  /development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
AppRestrictionSchemaFragment.java 44 private TextView mTextSayHello;
55 mTextSayHello = (TextView) view.findViewById(R.id.say_hello_explanation);
72 mTextSayHello.setText(R.string.explanation_can_say_hello_true);
75 mTextSayHello.setText(R.string.explanation_can_say_hello_false);
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java 57 private TextView mTextSayHello;
71 mTextSayHello = (TextView) view.findViewById(R.id.say_hello_explanation);
114 mTextSayHello.setText(canSayHello ?
  /developers/samples/android/admin/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java 57 private TextView mTextSayHello;
71 mTextSayHello = (TextView) view.findViewById(R.id.say_hello_explanation);
114 mTextSayHello.setText(canSayHello ?

Completed in 44 milliseconds