Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java305 private Switch mSimulateOutOfServiceSwitch; field in RadioInfo
707 mSimulateOutOfServiceSwitch = (Switch) findViewById(R.id.simulate_out_of_service); in onCreate()
709 mSimulateOutOfServiceSwitch.setVisibility(View.GONE); in onCreate()
847 mSimulateOutOfServiceSwitch.setChecked(mSimulateOos[mPhone.getPhoneId()]); in updateAllFields()
848 mSimulateOutOfServiceSwitch.setOnCheckedChangeListener(mSimulateOosOnChangeListener); in updateAllFields()
973 mSimulateOosOnChangeListener.onCheckedChanged(mSimulateOutOfServiceSwitch, false); in clearOverride()