Loading src/java/com/android/internal/telephony/imsphone/ImsPhoneMmiCode.java +0 −1 Original line number Diff line number Diff line Loading @@ -723,7 +723,6 @@ public final class ImsPhoneMmiCode extends Handler implements MmiCode { boolean isSupportedOverImsPhone() { if (isShortCode()) return true; else if (mDialingNumber != null) return false; else if (isServiceCodeCallForwarding(mSc) || isServiceCodeCallBarring(mSc) || (mSc != null && mSc.equals(SC_WAIT)) Loading Loading
src/java/com/android/internal/telephony/imsphone/ImsPhoneMmiCode.java +0 −1 Original line number Diff line number Diff line Loading @@ -723,7 +723,6 @@ public final class ImsPhoneMmiCode extends Handler implements MmiCode { boolean isSupportedOverImsPhone() { if (isShortCode()) return true; else if (mDialingNumber != null) return false; else if (isServiceCodeCallForwarding(mSc) || isServiceCodeCallBarring(mSc) || (mSc != null && mSc.equals(SC_WAIT)) Loading