Loading telephony/java/android/telephony/CellSignalStrengthCdma.java +2 −0 Original line number Diff line number Diff line Loading @@ -314,6 +314,8 @@ public final class CellSignalStrengthCdma extends CellSignalStrength implements /** * Get the signal strength as dBm * * @return min(CDMA RSSI, EVDO RSSI) of the measured cell. */ @Override public int getDbm() { Loading telephony/java/android/telephony/CellSignalStrengthGsm.java +2 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,8 @@ public final class CellSignalStrengthGsm extends CellSignalStrength implements P /** * Get the signal strength as dBm. * * @return the RSSI of the measured cell. */ @Override public int getDbm() { Loading Loading
telephony/java/android/telephony/CellSignalStrengthCdma.java +2 −0 Original line number Diff line number Diff line Loading @@ -314,6 +314,8 @@ public final class CellSignalStrengthCdma extends CellSignalStrength implements /** * Get the signal strength as dBm * * @return min(CDMA RSSI, EVDO RSSI) of the measured cell. */ @Override public int getDbm() { Loading
telephony/java/android/telephony/CellSignalStrengthGsm.java +2 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,8 @@ public final class CellSignalStrengthGsm extends CellSignalStrength implements P /** * Get the signal strength as dBm. * * @return the RSSI of the measured cell. */ @Override public int getDbm() { Loading