Home
last modified time | relevance | path

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

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