Searched refs:mCustomConfig (Results 1 – 1 of 1) sorted by relevance
50 private CheckBox mCustomConfig; field in MainActivity65 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()