Searched refs:dsdsSwitch (Results 1 – 2 of 2) sorted by relevance
220 private Switch dsdsSwitch; field in RadioInfo468 dsdsSwitch = findViewById(R.id.dsds_switch); in onCreate()470 dsdsSwitch.setVisibility(View.VISIBLE); in onCreate()471 dsdsSwitch.setOnClickListener(v -> { in onCreate()474 dsdsSwitch.toggle(); in onCreate()480 dsdsSwitch.setChecked(isDsdsEnabled()); in onCreate()482 dsdsSwitch.setVisibility(View.GONE); in onCreate()1581 mTelephonyManager.switchMultiSimConfig(dsdsSwitch.isChecked() ? 2 : 1); in performDsdsSwitch()1589 dsdsSwitch.toggle();
231 private Switch dsdsSwitch; field in RadioInfo507 dsdsSwitch = findViewById(R.id.dsds_switch); in onCreate()509 dsdsSwitch.setVisibility(View.VISIBLE); in onCreate()510 dsdsSwitch.setOnClickListener(v -> { in onCreate()513 dsdsSwitch.toggle(); in onCreate()519 dsdsSwitch.setChecked(isDsdsEnabled()); in onCreate()521 dsdsSwitch.setVisibility(View.GONE); in onCreate()1702 mTelephonyManager.switchMultiSimConfig(dsdsSwitch.isChecked() ? 2 : 1); in performDsdsSwitch()1718 dsdsSwitch.toggle();