Searched refs:LTE_ON_CDMA_TRUE (Results 1 – 5 of 5) sorted by relevance
69 public static final int LTE_ON_CDMA_TRUE = RILConstants.LTE_ON_CDMA_TRUE; field in PhoneConstants
199 int LTE_ON_CDMA_TRUE = 1; field
1381 if (getLteOnCdmaModeStatic() == PhoneConstants.LTE_ON_CDMA_TRUE) { in getPhoneType()1453 retVal = PhoneConstants.LTE_ON_CDMA_TRUE; in getLteOnCdmaModeStatic()
3115 if(mRilVersion == 6 && getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { in phoneObjectUpdater()
1316 if (mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { in handleMessage()