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

Commit aa049f1d authored by Wink Saville's avatar Wink Saville
Browse files

Rename get radio technology

Change-Id: I267f54c5533f815d14c8f7a2f81545c8e08b773c
parent 925396db
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -239,8 +239,10 @@ class HeadsetPhoneState {
            cdmaIconLevel = (levelDbm < levelEcio) ? levelDbm : levelEcio;

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