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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java145 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
149 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
176 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
181 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
208 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
212 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
235 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
239 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
260 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
264 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall()
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java66 public abstract Call getBackgroundCall(); method in class:SipPhoneBase
224 Log.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
227 || !getBackgroundCall().getState().isAlive());
237 Call.State backgroundCallState = getBackgroundCall().getState();
463 && getBackgroundCall().isIdle()) {
H A DSipPhone.java323 public Call getBackgroundCall() { method in class:SipPhone
838 ? (SipCall) SipPhone.this.getBackgroundCall()
/frameworks/opt/telephony/src/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.java720 Call getBackgroundCall(); method in interface:Phone
H A DPhoneProxy.java530 public Call getBackgroundCall() { method in class:PhoneProxy
531 return mActivePhone.getBackgroundCall();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java468 getBackgroundCall() { method in class:GSMPhone
492 } else if (getBackgroundCall().getState() != GsmCall.State.IDLE) {
686 GsmCall.State backgroundCallState = getBackgroundCall().getState();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java385 public CdmaCall getBackgroundCall() { method in class:CDMAPhone
396 CdmaCall.State backgroundCallState = getBackgroundCall().getState();

Completed in 125 milliseconds