Home
last modified time | relevance | path

Searched refs:SipCall (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java61 private SipCall mRingingCall = new SipCall();
62 private SipCall mForegroundCall = new SipCall();
63 private SipCall mBackgroundCall = new SipCall();
74 mRingingCall = new SipCall(); in SipPhone()
75 mForegroundCall = new SipCall(); in SipPhone()
76 mBackgroundCall = new SipCall(); in SipPhone()
200 if (mForegroundCall.getState() == SipCall.State.ACTIVE) { in dialInternal()
203 if (mForegroundCall.getState() != SipCall.State.IDLE) { in dialInternal()
244 if ((mForegroundCall.getState() != SipCall.State.ACTIVE) in conference()
245 || (mForegroundCall.getState() != SipCall.State.ACTIVE)) { in conference()
[all …]