Searched refs:getBackgroundCall (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java144 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
148 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
175 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
180 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
207 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
211 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
234 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
238 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
259 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
263 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall()
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java64 public abstract Call getBackgroundCall(); method in class:SipPhoneBase
214 Log.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
217 || !getBackgroundCall().getState().isAlive());
227 Call.State backgroundCallState = getBackgroundCall().getState();
453 && getBackgroundCall().isIdle()) {
H A DSipPhone.java322 public Call getBackgroundCall() { method in class:SipPhone
837 ? (SipCall) SipPhone.this.getBackgroundCall()
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallManager.java305 mBackgroundCalls.add(basePhone.getBackgroundCall());
329 mBackgroundCalls.remove(basePhone.getBackgroundCall());
516 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle());
729 boolean hasBgCall = !(activePhone.getBackgroundCall().isIdle());
1583 : mDefaultPhone.getBackgroundCall();
1846 call = phone.getBackgroundCall();
H A DPhone.java804 Call getBackgroundCall(); method in interface:Phone
H A DPhoneProxy.java511 public Call getBackgroundCall() { method in class:PhoneProxy
512 return mActivePhone.getBackgroundCall();
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java471 getBackgroundCall() { method in class:GSMPhone
495 } else if (getBackgroundCall().getState() != GsmCall.State.IDLE) {
689 GsmCall.State backgroundCallState = getBackgroundCall().getState();
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java393 public CdmaCall getBackgroundCall() { method in class:CDMAPhone
404 CdmaCall.State backgroundCallState = getBackgroundCall().getState();

Completed in 595 milliseconds