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

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 65 public static final int LTE_ON_CDMA_FALSE = RILConstants.LTE_ON_CDMA_FALSE;
RILConstants.java 92 int LTE_ON_CDMA_FALSE = 0;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 272 case PhoneConstants.LTE_ON_CDMA_FALSE:
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java 662 case PhoneConstants.LTE_ON_CDMA_FALSE:
    [all...]
OtaUtils.java 272 if (PhoneGlobals.sVoiceCapable && getLteOnCdmaMode(context) == PhoneConstants.LTE_ON_CDMA_FALSE) {
    [all...]

Completed in 1811 milliseconds