Searched refs:dsdsSwitch (Results 1 – 1 of 1) sorted by relevance
221 private Switch dsdsSwitch; field in RadioInfo470 dsdsSwitch = findViewById(R.id.dsds_switch); in onCreate()472 dsdsSwitch.setVisibility(View.VISIBLE); in onCreate()473 dsdsSwitch.setOnClickListener(v -> { in onCreate()476 dsdsSwitch.toggle(); in onCreate()482 dsdsSwitch.setChecked(isDsdsEnabled()); in onCreate()484 dsdsSwitch.setVisibility(View.GONE); in onCreate()1586 mTelephonyManager.switchMultiSimConfig(dsdsSwitch.isChecked() ? 2 : 1); in performDsdsSwitch()1594 dsdsSwitch.toggle();