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.java67 public abstract Call getBackgroundCall(); method in class:SipPhoneBase
233 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
236 || !getBackgroundCall().getState().isAlive());
246 Call.State backgroundCallState = getBackgroundCall().getState();
519 && getBackgroundCall().isIdle()) {
H A DSipPhone.java364 public Call getBackgroundCall() { method in class:SipPhone
955 ? (SipCall) getBackgroundCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java307 mBackgroundCalls.add(basePhone.getBackgroundCall());
331 mBackgroundCalls.remove(basePhone.getBackgroundCall());
527 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle());
757 boolean hasBgCall = !(activePhone.getBackgroundCall().isIdle());
1603 : mDefaultPhone.getBackgroundCall();
1866 call = phone.getBackgroundCall();
H A DPhone.java735 Call getBackgroundCall(); method in interface:Phone
H A DPhoneProxy.java623 public Call getBackgroundCall() { method in class:PhoneProxy
624 return mActivePhone.getBackgroundCall();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java502 getBackgroundCall() { method in class:GSMPhone
527 } else if (getBackgroundCall().getState() != GsmCall.State.IDLE) {
706 GsmCall.State backgroundCallState = getBackgroundCall().getState();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java402 public CdmaCall getBackgroundCall() { method in class:CDMAPhone
414 CdmaCall.State backgroundCallState = getBackgroundCall().getState();

Completed in 113 milliseconds