Correct some comments (LTE->CDMA)
Change references to LTE in CellSignalStrengthCdma to CDMA. Change-Id: I2c003746dcef84949af69e2fbd4e5db4906e1125
This commit is contained in:
committed by
Wink Saville
parent
39c82a3b19
commit
7217f38058
@@ -137,7 +137,6 @@ public final class CellSignalStrengthCdma extends CellSignalStrength implements
|
||||
|
||||
/**
|
||||
* Get the signal level as an asu value between 0..97, 99 is unknown
|
||||
* Asu is calculated based on 3GPP RSRP. Refer to 3GPP 27.007 (Ver 10.3.0) Sec 8.69
|
||||
*/
|
||||
@Override
|
||||
public int getAsuLevel() {
|
||||
@@ -342,7 +341,7 @@ public final class CellSignalStrengthCdma extends CellSignalStrength implements
|
||||
|
||||
/**
|
||||
* Construct a SignalStrength object from the given parcel
|
||||
* where the TYPE_LTE token is already been processed.
|
||||
* where the TYPE_CDMA token is already been processed.
|
||||
*/
|
||||
private CellSignalStrengthCdma(Parcel in) {
|
||||
// CdmaDbm, CdmaEcio, EvdoDbm and EvdoEcio are written into
|
||||
|
||||
Reference in New Issue
Block a user