OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LTE_ON_CDMA_FALSE
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java
63
public static final int
LTE_ON_CDMA_FALSE
= RILConstants.
LTE_ON_CDMA_FALSE
;
RILConstants.java
87
int
LTE_ON_CDMA_FALSE
= 0;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java
131
case PhoneConstants.
LTE_ON_CDMA_FALSE
:
178
case PhoneConstants.
LTE_ON_CDMA_FALSE
:
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
538
* @return {@link PhoneConstants#LTE_ON_CDMA_UNKNOWN}, {@link PhoneConstants#
LTE_ON_CDMA_FALSE
}
558
retVal = PhoneConstants.
LTE_ON_CDMA_FALSE
;
561
retVal = PhoneConstants.
LTE_ON_CDMA_FALSE
;
[
all
...]
/packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java
613
case PhoneConstants.
LTE_ON_CDMA_FALSE
:
[
all
...]
OtaUtils.java
273
if (PhoneGlobals.sVoiceCapable && getLteOnCdmaMode(context) == PhoneConstants.
LTE_ON_CDMA_FALSE
) {
[
all
...]
Completed in 50 milliseconds