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

Commit 4156bbd4 authored by Mingming Cai's avatar Mingming Cai Committed by Automerger Merge Worker
Browse files

Merge "Add comments to GSM and CDMA getDbm()" am: a2bf158e am: 0a313ecc...

Merge "Add comments to GSM and CDMA getDbm()" am: a2bf158e am: 0a313ecc am: 3dccb439 am: 7289d4b8 am: efb9ac97

Change-Id: I79df59f9da54c135d9ff1dc9661864630355ba32
parents 11b34703 efb9ac97
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -314,6 +314,8 @@ public final class CellSignalStrengthCdma extends CellSignalStrength implements


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


    /**
    /**
     * Get the signal strength as dBm.
     * Get the signal strength as dBm.
     *
     * @return the RSSI of the measured cell.
     */
     */
    @Override
    @Override
    public int getDbm() {
    public int getDbm() {