Merge "Add comments to GSM and CDMA getDbm()"

This commit is contained in:
Mingming Cai
2020-03-25 19:15:43 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 0 deletions

View File

@@ -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() {

View File

@@ -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() {