Home
last modified time | relevance | path

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

/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
DAppRestrictionSchemaFragment.java64 private TextView mTextSayHello; field in AppRestrictionSchemaFragment
79 mTextSayHello = (TextView) view.findViewById(R.id.say_hello_explanation); in onViewCreated()
131 mTextSayHello.setText(canSayHello ? in updateCanSayHello()