Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListActivity.java189 final Switch systemSwitch = item.getActionView().findViewById( in onCreateOptionsMenu() local
192 systemSwitch.setChecked(sIsSystemEnabled); in onCreateOptionsMenu()
193 systemSwitch.setOnCheckedChangeListener( in onCreateOptionsMenu()
200 notifyUserSystemPlan(systemSwitch); in onCreateOptionsMenu()
321 private AlertDialog notifyUserSystemPlan(Switch systemSwitch) {
341 systemSwitch.setChecked(false);