Searched refs:getLteOnCdmaMode (Results 1 – 8 of 8) sorted by relevance
512 int getLteOnCdmaMode(String callingPackage); in getLteOnCdmaMode() method
848 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in PhoneMock
1210 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in SimulatedCommandsVerifier
1808 public int getLteOnCdmaMode(); in getLteOnCdmaMode() method
3504 if(mRilVersion == 6 && getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { in phoneObjectUpdater()3919 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in GsmCdmaPhone3920 int currentConfig = super.getLteOnCdmaMode(); in getLteOnCdmaMode()
894 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in BaseCommands
3260 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in Phone3261 return mCi.getLteOnCdmaMode(); in getLteOnCdmaMode()
1401 if (mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { in handleMessage()