Merge "Fixed mistaken reference to "LTE". Bug 7637224"
This commit is contained in:
@@ -21,7 +21,7 @@ import android.os.Parcelable;
|
|||||||
import android.telephony.Rlog;
|
import android.telephony.Rlog;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LTE signal strength related information.
|
* Signal strength related information.
|
||||||
*/
|
*/
|
||||||
public final class CellSignalStrengthCdma extends CellSignalStrength implements Parcelable {
|
public final class CellSignalStrengthCdma extends CellSignalStrength implements Parcelable {
|
||||||
|
|
||||||
@@ -136,7 +136,7 @@ public final class CellSignalStrengthCdma extends CellSignalStrength implements
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the LTE signal level as an asu value between 0..97, 99 is unknown
|
* 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
|
* Asu is calculated based on 3GPP RSRP. Refer to 3GPP 27.007 (Ver 10.3.0) Sec 8.69
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user