Home
last modified time | relevance | path

Searched refs:LTE_ON_CDMA_UNKNOWN (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneConstants.java62 public static final int LTE_ON_CDMA_UNKNOWN = RILConstants.LTE_ON_CDMA_UNKNOWN; field in PhoneConstants
DRILConstants.java86 int LTE_ON_CDMA_UNKNOWN = -1; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneFactory.java126 case PhoneConstants.LTE_ON_CDMA_UNKNOWN: in makeDefaultPhone()
190 case PhoneConstants.LTE_ON_CDMA_UNKNOWN: in getCdmaPhone()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java489 PhoneConstants.LTE_ON_CDMA_UNKNOWN); in getLteOnCdmaModeStatic()
491 if (retVal == PhoneConstants.LTE_ON_CDMA_UNKNOWN) { in getLteOnCdmaModeStatic()
888 return PhoneConstants.LTE_ON_CDMA_UNKNOWN; in getLteOnCdmaMode()
891 return PhoneConstants.LTE_ON_CDMA_UNKNOWN; in getLteOnCdmaMode()