HomeSort by relevance Sort by last modified time
    Searched refs:SIGNAL_STRENGTH_GREAT (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telephony/java/android/telephony/
CellSignalStrength.java 33 public static final int SIGNAL_STRENGTH_GREAT = 4;
CellSignalStrengthCdma.java 177 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;
SignalStrength.java 42 public static final int SIGNAL_STRENGTH_GREAT = 4;
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;
CellSignalStrengthGsm.java 116 else if (asu >= GSM_SIGNAL_STRENGTH_GREAT) level = SIGNAL_STRENGTH_GREAT;
CellSignalStrengthWcdma.java 116 else if (asu >= WCDMA_SIGNAL_STRENGTH_GREAT) level = SIGNAL_STRENGTH_GREAT;
CellSignalStrengthLte.java 145 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/
NetworkControllerSignalTest.java 61 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 312 milliseconds