Loading src/java/com/android/internal/telephony/uicc/UiccProfile.java +1 −3 Original line number Diff line number Diff line Loading @@ -213,9 +213,7 @@ public class UiccProfile extends Handler implements IccCard { private void setCurrentAppType(boolean isGsm) { if (VDBG) log("setCurrentAppType"); synchronized (mLock) { boolean isLteOnCdmaMode = TelephonyManager.getLteOnCdmaModeStatic() == PhoneConstants.LTE_ON_CDMA_TRUE; if (isGsm || isLteOnCdmaMode) { if (isGsm) { mCurrentAppType = UiccController.APP_FAM_3GPP; } else { mCurrentAppType = UiccController.APP_FAM_3GPP2; Loading Loading
src/java/com/android/internal/telephony/uicc/UiccProfile.java +1 −3 Original line number Diff line number Diff line Loading @@ -213,9 +213,7 @@ public class UiccProfile extends Handler implements IccCard { private void setCurrentAppType(boolean isGsm) { if (VDBG) log("setCurrentAppType"); synchronized (mLock) { boolean isLteOnCdmaMode = TelephonyManager.getLteOnCdmaModeStatic() == PhoneConstants.LTE_ON_CDMA_TRUE; if (isGsm || isLteOnCdmaMode) { if (isGsm) { mCurrentAppType = UiccController.APP_FAM_3GPP; } else { mCurrentAppType = UiccController.APP_FAM_3GPP2; Loading