Searched refs:SIGNAL_STRENGTH_GREAT (Results 1 – 7 of 7) sorted by relevance
61 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()
42 public static final int SIGNAL_STRENGTH_GREAT = 4; field in SignalStrength590 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()
177 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()
33 public static final int SIGNAL_STRENGTH_GREAT = 4; field in CellSignalStrength
145 else if (mRsrp >= -95) levelRsrp = SIGNAL_STRENGTH_GREAT; in getLevel()152 else if (mRssnr >= 45) levelRssnr = SIGNAL_STRENGTH_GREAT; in getLevel()
116 else if (asu >= WCDMA_SIGNAL_STRENGTH_GREAT) level = SIGNAL_STRENGTH_GREAT; in getLevel()
116 else if (asu >= GSM_SIGNAL_STRENGTH_GREAT) level = SIGNAL_STRENGTH_GREAT; in getLevel()