Home
last modified time | relevance | path

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

/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
DMainActivity.java55 private TextView mChoiceEntryValue; field in MainActivity
72 mChoiceEntryValue = (TextView) findViewById(R.id.choice_entry_id); in onCreate()
102 mChoiceEntryValue.setText(singleChoiceRestrictionValue); in onResume()