Loading telephony/java/android/telephony/SignalStrength.java +2 −3 Original line number Diff line number Diff line Loading @@ -533,10 +533,9 @@ public class SignalStrength implements Parcelable { int dBm; if(isGsm()) { if (getLteLevel() == SIGNAL_STRENGTH_NONE_OR_UNKNOWN) { dBm = getGsmDbm(); } else { dBm = getLteDbm(); if (dBm == INVALID) { dBm = getGsmDbm(); } } else { int cdmaDbm = getCdmaDbm(); Loading Loading
telephony/java/android/telephony/SignalStrength.java +2 −3 Original line number Diff line number Diff line Loading @@ -533,10 +533,9 @@ public class SignalStrength implements Parcelable { int dBm; if(isGsm()) { if (getLteLevel() == SIGNAL_STRENGTH_NONE_OR_UNKNOWN) { dBm = getGsmDbm(); } else { dBm = getLteDbm(); if (dBm == INVALID) { dBm = getGsmDbm(); } } else { int cdmaDbm = getCdmaDbm(); Loading