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

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

Merge "Add comments to GSM and CDMA getDbm()" into rvc-dev am: fa9bd571 am:...

Merge "Add comments to GSM and CDMA getDbm()" into rvc-dev am: fa9bd571 am: e5b844e2 am: f3167ba5

Change-Id: Ie015377ec8f969e091719aa33d92067363990be4
parents 3c636805 f3167ba5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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() {
+2 −0
Original line number Diff line number Diff line
@@ -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() {