Home
last modified time | relevance | path

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

/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
DMainActivity.java56 private TextView mBooleanEntryValue; field in MainActivity
73 mBooleanEntryValue = (TextView) findViewById(R.id.boolean_entry_id); in onCreate()
95 mBooleanEntryValue.setText(booleanRestrictionValue); in onResume()