Merge "Add comments to GSM and CDMA getDbm()"
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user