Home
last modified time | relevance | path

Searched refs:getLteOnCdmaMode (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl539 int getLteOnCdmaMode(String callingPackage, String callingFeatureId); in getLteOnCdmaMode() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1889 public int getLteOnCdmaMode(); in getLteOnCdmaMode() method
DBaseCommands.java898 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in BaseCommands
DGsmCdmaPhone.java3821 if(mRilVersion == 6 && getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { in phoneObjectUpdater()
4296 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in GsmCdmaPhone
4297 int currentConfig = super.getLteOnCdmaMode(); in getLteOnCdmaMode()
DPhone.java3576 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in Phone
3577 return mCi.getLteOnCdmaMode(); in getLteOnCdmaMode()
DServiceStateTracker.java1481 if (mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { in handleMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1226 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in SimulatedCommandsVerifier
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3954 return getLteOnCdmaMode(getSubId()) == PhoneConstants.LTE_ON_CDMA_TRUE; in isLteCdmaEvdoGsmWcdmaEnabled()
3969 public int getLteOnCdmaMode(int subId) { in getLteOnCdmaMode() method in TelephonyManager