Home
last modified time | relevance | path

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

/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
DMainActivity.java50 private CheckBox mCustomConfig; field in MainActivity
65 mCustomConfig = (CheckBox) findViewById(R.id.custom_app_limits); in onCreate()
69 if (customChecked) mCustomConfig.setChecked(true); in onCreate()
129 editor.putBoolean(CUSTOM_CONFIG_KEY, mCustomConfig.isChecked()).commit(); in onCustomClicked()