HomeSort by relevance Sort by last modified time
    Searched refs:getBackgroundCall (Results 1 - 10 of 10) sorted by null

  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 150 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
154 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
181 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
186 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
213 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
217 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
240 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
244 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
265 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
269 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState())
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 61 public abstract Call getBackgroundCall();
205 Log.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
208 || !getBackgroundCall().getState().isAlive());
218 Call.State backgroundCallState = getBackgroundCall().getState();
428 && getBackgroundCall().isIdle()) {
SipPhone.java 318 public Call getBackgroundCall() {
833 ? (SipCall) SipPhone.this.getBackgroundCall()
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallManager.java 305 mBackgroundCalls.add(basePhone.getBackgroundCall());
329 mBackgroundCalls.remove(basePhone.getBackgroundCall());
496 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle());
709 boolean hasBgCall = !(activePhone.getBackgroundCall().isIdle());
    [all...]
Phone.java 761 Call getBackgroundCall();
    [all...]
PhoneProxy.java 414 public Call getBackgroundCall() {
415 return mActivePhone.getBackgroundCall();
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 704 switchHoldingAndActive(phone.getBackgroundCall());
718 cm.switchHoldingAndActive(cm.getFgPhone().getBackgroundCall());
    [all...]
PhoneInterfaceManager.java 329 final boolean hasHoldingCall = !mPhone.getBackgroundCall().isIdle();
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 484 getBackgroundCall() {
508 } else if (getBackgroundCall().getState() != GsmCall.State.IDLE) {
702 GsmCall.State backgroundCallState = getBackgroundCall().getState();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 374 public CdmaCall getBackgroundCall() {
385 CdmaCall.State backgroundCallState = getBackgroundCall().getState();
    [all...]

Completed in 118 milliseconds