Searched refs:LTE_ON_CDMA_TRUE (Results 1 – 6 of 6) sorted by relevance
66 public static final int LTE_ON_CDMA_TRUE = RILConstants.LTE_ON_CDMA_TRUE; field in PhoneConstants
106 int LTE_ON_CDMA_TRUE = 1; field
953 if (getLteOnCdmaModeStatic() == PhoneConstants.LTE_ON_CDMA_TRUE) { in getPhoneType()1025 retVal = PhoneConstants.LTE_ON_CDMA_TRUE; in getLteOnCdmaModeStatic()
177 == PhoneConstants.LTE_ON_CDMA_TRUE; in updateQuietMode()
190 if(mRilVersion == 6 && getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { in phoneObjectUpdater()
297 if (mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { in handleMessage()