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.aidl512 int getLteOnCdmaMode(String callingPackage); in getLteOnCdmaMode() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java848 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java1210 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in SimulatedCommandsVerifier
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1808 public int getLteOnCdmaMode(); in getLteOnCdmaMode() method
DGsmCdmaPhone.java3504 if(mRilVersion == 6 && getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { in phoneObjectUpdater()
3919 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in GsmCdmaPhone
3920 int currentConfig = super.getLteOnCdmaMode(); in getLteOnCdmaMode()
DBaseCommands.java894 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in BaseCommands
DPhone.java3260 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in Phone
3261 return mCi.getLteOnCdmaMode(); in getLteOnCdmaMode()
DServiceStateTracker.java1401 if (mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { in handleMessage()