HomeSort by relevance Sort by last modified time
    Searched defs:getLteOnCdmaMode (Results 1 - 8 of 8) sorted by null

  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 565 Rlog.d(TAG, "getLteOnCdmaMode=" + retVal + " curVal=" + curVal +
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
BaseCommands.java 716 public int getLteOnCdmaMode() {
CommandsInterface.java     [all...]
Phone.java     [all...]
PhoneBase.java     [all...]
PhoneProxy.java 162 if(mRilVersion == 6 && getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) {
    [all...]
  /packages/services/Telephony/src/com/android/phone/
OtaUtils.java 252 if (getLteOnCdmaMode(context) == PhoneConstants.LTE_ON_CDMA_UNKNOWN) {
273 if (PhoneGlobals.sVoiceCapable && getLteOnCdmaMode(context) == PhoneConstants.LTE_ON_CDMA_FALSE) {
    [all...]
PhoneInterfaceManager.java     [all...]

Completed in 365 milliseconds