Searched refs:getLteOnCdmaMode (Results 1 – 8 of 8) sorted by relevance
539 int getLteOnCdmaMode(String callingPackage, String callingFeatureId); in getLteOnCdmaMode() method
1889 public int getLteOnCdmaMode(); in getLteOnCdmaMode() method
898 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in BaseCommands
3821 if(mRilVersion == 6 && getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { in phoneObjectUpdater()4296 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in GsmCdmaPhone4297 int currentConfig = super.getLteOnCdmaMode(); in getLteOnCdmaMode()
3576 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in Phone3577 return mCi.getLteOnCdmaMode(); in getLteOnCdmaMode()
1481 if (mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { in handleMessage()
1226 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in SimulatedCommandsVerifier
3954 return getLteOnCdmaMode(getSubId()) == PhoneConstants.LTE_ON_CDMA_TRUE; in isLteCdmaEvdoGsmWcdmaEnabled()3969 public int getLteOnCdmaMode(int subId) { in getLteOnCdmaMode() method in TelephonyManager