Searched refs:SIGNAL_STRENGTH_GREAT (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DCellSignalStrength.java33 public static final int SIGNAL_STRENGTH_GREAT = 4; field in class:CellSignalStrength
H A DCellSignalStrengthCdma.java177 if (cdmaDbm >= -75) levelDbm = SIGNAL_STRENGTH_GREAT;
184 if (cdmaEcio >= -90) levelEcio = SIGNAL_STRENGTH_GREAT;
204 if (evdoDbm >= -65) levelEvdoDbm = SIGNAL_STRENGTH_GREAT;
210 if (evdoSnr >= 7) levelEvdoSnr = SIGNAL_STRENGTH_GREAT;
H A DSignalStrength.java42 public static final int SIGNAL_STRENGTH_GREAT = 4; field in class:SignalStrength
590 else if (asu >= 12) level = SIGNAL_STRENGTH_GREAT;
624 if (cdmaDbm >= -75) levelDbm = SIGNAL_STRENGTH_GREAT;
631 if (cdmaEcio >= -90) levelEcio = SIGNAL_STRENGTH_GREAT;
684 if (evdoDbm >= -65) levelEvdoDbm = SIGNAL_STRENGTH_GREAT;
690 if (evdoSnr >= 7) levelEvdoSnr = SIGNAL_STRENGTH_GREAT;
764 else if (mLteRsrp >= threshRsrp[4]) rsrpIconLevel = SIGNAL_STRENGTH_GREAT;
777 else if (mLteRssnr >= 130) snrIconLevel = SIGNAL_STRENGTH_GREAT;
803 else if (mLteSignalStrength >= 12) rssiIconLevel = SIGNAL_STRENGTH_GREAT;
H A DCellSignalStrengthGsm.java116 else if (asu >= GSM_SIGNAL_STRENGTH_GREAT) level = SIGNAL_STRENGTH_GREAT;
H A DCellSignalStrengthWcdma.java116 else if (asu >= WCDMA_SIGNAL_STRENGTH_GREAT) level = SIGNAL_STRENGTH_GREAT;
H A DCellSignalStrengthLte.java145 else if (mRsrp >= -95) levelRsrp = SIGNAL_STRENGTH_GREAT;
152 else if (mRssnr >= 45) levelRssnr = SIGNAL_STRENGTH_GREAT;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerSignalTest.java61 testStrength <= SignalStrength.SIGNAL_STRENGTH_GREAT; testStrength++) {
78 testStrength <= SignalStrength.SIGNAL_STRENGTH_GREAT; testStrength++) {
91 testStrength <= SignalStrength.SIGNAL_STRENGTH_GREAT; testStrength++) {
104 testStrength <= SignalStrength.SIGNAL_STRENGTH_GREAT; testStrength++) {
118 testStrength <= SignalStrength.SIGNAL_STRENGTH_GREAT; testStrength++) {
130 testStrength <= SignalStrength.SIGNAL_STRENGTH_GREAT; testStrength++) {

Completed in 521 milliseconds