Exemplo n.º 1
0
  @Override
  public void clearDisconnected() {
    synchronized (SipPhone.class) {
      mRingingCall.clearDisconnected();
      mForegroundCall.clearDisconnected();
      mBackgroundCall.clearDisconnected();

      updatePhoneState();
      notifyPreciseCallStateChanged();
    }
  }