Searched refs:getLteOnCdmaMode (Results 1 – 6 of 6) sorted by relevance
247 if (getLteOnCdmaMode(context) == PhoneConstants.LTE_ON_CDMA_UNKNOWN) { in maybeDoOtaCall()268 … if (PhoneGlobals.sVoiceCapable && getLteOnCdmaMode(context) == PhoneConstants.LTE_ON_CDMA_FALSE) { in maybeDoOtaCall()1561 private static int getLteOnCdmaMode(Context context) { in getLteOnCdmaMode() method in OtaUtils1567 || telephonyManager.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_UNKNOWN) { in getLteOnCdmaMode()1571 return telephonyManager.getLteOnCdmaMode(); in getLteOnCdmaMode()
113 final boolean isLTE = mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE; in create()
530 boolean isLteOnCdma = mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE; in updateBody()1027 switch (mPhone.getLteOnCdmaMode()) { in UpdatePreferredNetworkModeSummary()
1957 public int getLteOnCdmaMode(String callingPackage) { in getLteOnCdmaMode() method in PhoneInterfaceManager1971 return phone.getLteOnCdmaMode(); in getLteOnCdmaModeForSubscriber()
80 if (phone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { in setPreferenceValue()
923 getTelephonyManager().getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE; in setAirplaneModeIfNecessary()