Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3bd2542 authored by Wink Saville's avatar Wink Saville Committed by Android (Google) Code Review
Browse files

Merge "Rename get radio technology"

parents a3d63608 aa049f1d
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -239,8 +239,10 @@ class HeadsetPhoneState {
            cdmaIconLevel = (levelDbm < levelEcio) ? levelDbm : levelEcio;
            cdmaIconLevel = (levelDbm < levelEcio) ? levelDbm : levelEcio;


            if (mServiceState != null &&
            if (mServiceState != null &&
                  (mServiceState.getRadioTechnology() == ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_0 ||
                  (mServiceState.getRilVoiceRadioTechnology() ==
                   mServiceState.getRadioTechnology() == ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_A)) {
                      ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_0 ||
                   mServiceState.getRilVoiceRadioTechnology() ==
                       ServiceState.RIL_RADIO_TECHNOLOGY_EVDO_A)) {
                  int evdoEcio = signalStrength.getEvdoEcio();
                  int evdoEcio = signalStrength.getEvdoEcio();
                  int evdoSnr = signalStrength.getEvdoSnr();
                  int evdoSnr = signalStrength.getEvdoSnr();
                  int levelEvdoEcio = 0;
                  int levelEvdoEcio = 0;