OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIGNAL_STRENGTH_GREAT
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/android/telephony/
CellSignalStrength.java
36
public static final int
SIGNAL_STRENGTH_GREAT
= 4;
SignalStrength.java
41
public static final int
SIGNAL_STRENGTH_GREAT
= 4;
585
else if (asu >= 12) level =
SIGNAL_STRENGTH_GREAT
;
619
if (cdmaDbm >= -75) levelDbm =
SIGNAL_STRENGTH_GREAT
;
626
if (cdmaEcio >= -90) levelEcio =
SIGNAL_STRENGTH_GREAT
;
679
if (evdoDbm >= -65) levelEvdoDbm =
SIGNAL_STRENGTH_GREAT
;
685
if (evdoSnr >= 7) levelEvdoSnr =
SIGNAL_STRENGTH_GREAT
;
750
else if (mLteRsrp >= -85) rsrpIconLevel =
SIGNAL_STRENGTH_GREAT
;
763
else if (mLteRssnr >= 130) snrIconLevel =
SIGNAL_STRENGTH_GREAT
;
789
else if (mLteSignalStrength >= 12) rssiIconLevel =
SIGNAL_STRENGTH_GREAT
;
Completed in 81 milliseconds