Loading telephony/java/com/android/internal/telephony/sip/SipPhone.java +1 −1 Original line number Diff line number Diff line Loading @@ -441,7 +441,7 @@ public class SipPhone extends SipPhoneBase { @Override public void hangup() throws CallStateException { synchronized (SipPhone.class) { if (mState.isAlive()) { if (state.isAlive()) { Log.d(LOG_TAG, "hang up call: " + getState() + ": " + this + " on phone " + getPhone()); CallStateException excp = null; Loading Loading
telephony/java/com/android/internal/telephony/sip/SipPhone.java +1 −1 Original line number Diff line number Diff line Loading @@ -441,7 +441,7 @@ public class SipPhone extends SipPhoneBase { @Override public void hangup() throws CallStateException { synchronized (SipPhone.class) { if (mState.isAlive()) { if (state.isAlive()) { Log.d(LOG_TAG, "hang up call: " + getState() + ": " + this + " on phone " + getPhone()); CallStateException excp = null; Loading