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 505 Rlog.d(TAG, "getLteOnCdmaMode=" + retVal + " curVal=" + curVal +
883 public int getLteOnCdmaMode() {
885 return getITelephony().getLteOnCdmaMode();
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 881 public int getLteOnCdmaMode() {
882 return mPhone.getLteOnCdmaMode();
OtaUtils.java 308 if (getLteOnCdmaMode(context) == PhoneConstants.LTE_ON_CDMA_UNKNOWN) {
329 if (PhoneGlobals.sVoiceCapable && getLteOnCdmaMode(context) == PhoneConstants.LTE_ON_CDMA_FALSE) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
BaseCommands.java 706 public int getLteOnCdmaMode() {
CommandsInterface.java     [all...]
Phone.java     [all...]
PhoneBase.java     [all...]
PhoneProxy.java 143 if(mRilVersion == 6 && getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) {
    [all...]

Completed in 78 milliseconds