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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 145 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().getState())
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 66 public abstract Call getBackgroundCall();
224 Log.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
227 || !getBackgroundCall().getState().isAlive());
237 Call.State backgroundCallState = getBackgroundCall().getState();
463 && getBackgroundCall().isIdle()) {
SipPhone.java 323 public Call getBackgroundCall() {
838 ? (SipCall) SipPhone.this.getBackgroundCall()
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 305 mBackgroundCalls.add(basePhone.getBackgroundCall());
329 mBackgroundCalls.remove(basePhone.getBackgroundCall());
516 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle());
729 boolean hasBgCall = !(activePhone.getBackgroundCall().isIdle());
    [all...]
Phone.java 720 Call getBackgroundCall();
    [all...]
PhoneProxy.java 530 public Call getBackgroundCall() {
531 return mActivePhone.getBackgroundCall();
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java     [all...]
PhoneInterfaceManager.java 368 final boolean hasHoldingCall = !mPhone.getBackgroundCall().isIdle();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 468 getBackgroundCall() {
492 } else if (getBackgroundCall().getState() != GsmCall.State.IDLE) {
686 GsmCall.State backgroundCallState = getBackgroundCall().getState();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 385 public CdmaCall getBackgroundCall() {
396 CdmaCall.State backgroundCallState = getBackgroundCall().getState();
    [all...]

Completed in 156 milliseconds