HomeSort by relevance Sort by last modified time
    Searched refs:getLteOnCdmaMode (Results 1 - 17 of 17) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 281 int getLteOnCdmaMode();
  /packages/apps/Phone/src/com/android/phone/
CdmaOptions.java 79 final boolean isLTE = mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE;
OtaUtils.java 308 if (getLteOnCdmaMode(context) == PhoneConstants.LTE_ON_CDMA_UNKNOWN) {
329 if (PhoneGlobals.sVoiceCapable && getLteOnCdmaMode(context) == PhoneConstants.LTE_ON_CDMA_FALSE) {
    [all...]
MobileNetworkSettings.java 225 boolean isLteOnCdma = mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE;
519 switch (mPhone.getLteOnCdmaMode()) {
PhoneInterfaceManager.java 841 public int getLteOnCdmaMode() {
842 return mPhone.getLteOnCdmaMode();
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 470 Log.d(TAG, "getLteOnCdmaMode=" + retVal + " curVal=" + curVal +
816 public int getLteOnCdmaMode() {
818 return getITelephony().getLteOnCdmaMode();
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 173 if (mTelephonyManager.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneProxy.java 148 if(mRilVersion == 6 && getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) {
967 public int getLteOnCdmaMode() {
968 return mActivePhone.getLteOnCdmaMode();
Phone.java     [all...]
PhoneBase.java     [all...]
BaseCommands.java 641 public int getLteOnCdmaMode() {
CommandsInterface.java     [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 217 if (mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) {
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 640 TelephonyManager.getDefault().getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE;
DataUsageSummary.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaDataConnectionTracker.java 236 ((mPhone.getLteOnCdmaMode() ==PhoneConstants.LTE_ON_CDMA_TRUE) ||
    [all...]
CdmaServiceStateTracker.java 289 if (phone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) {
    [all...]

Completed in 290 milliseconds