Searched refs:getLteOnCdmaMode (Results 1 – 8 of 8) sorted by relevance
319 int getLteOnCdmaMode(); in getLteOnCdmaMode() method
162 if(mRilVersion == 6 && getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { in phoneObjectUpdater()1164 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in PhoneProxy1165 return mActivePhone.getLteOnCdmaMode(); in getLteOnCdmaMode()
1664 public int getLteOnCdmaMode(); in getLteOnCdmaMode() method
1381 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in PhoneBase1382 return mCi.getLteOnCdmaMode(); in getLteOnCdmaMode()
1623 public int getLteOnCdmaMode(); in getLteOnCdmaMode() method
716 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in BaseCommands
943 public int getLteOnCdmaMode() { in getLteOnCdmaMode() method in TelephonyManager945 return getITelephony().getLteOnCdmaMode(); in getLteOnCdmaMode()
286 if (mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { in handleMessage()