OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GSM_SIGNAL_STRENGTH_GREAT
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/android/telephony/
CellSignalStrengthGsm.java
31
private static final int
GSM_SIGNAL_STRENGTH_GREAT
= 12;
135
else if (asu >=
GSM_SIGNAL_STRENGTH_GREAT
) level = SIGNAL_STRENGTH_GREAT;
/packages/apps/Messaging/src/com/android/messaging/util/
ConnectivityUtil.java
168
private static final int
GSM_SIGNAL_STRENGTH_GREAT
= 12;
182
else if (asu >=
GSM_SIGNAL_STRENGTH_GREAT
) return SIGNAL_STRENGTH_GREAT;
Completed in 110 milliseconds