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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 147 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
151 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
178 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
183 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
210 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
214 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
237 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
241 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
262 assertEquals(0, mGSMPhone.getBackgroundCall().getConnections().size());
266 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState())
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 67 public abstract Call getBackgroundCall();
217 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
220 || !getBackgroundCall().getState().isAlive());
230 Call.State backgroundCallState = getBackgroundCall().getState();
511 && getBackgroundCall().isIdle()) {
SipPhone.java 366 public Call getBackgroundCall() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 254 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
257 || !getBackgroundCall().getState().isAlive());
267 Call.State backgroundCallState = getBackgroundCall().getState();
549 && getBackgroundCall().isIdle()) {
ImsPhone.java 279 getBackgroundCall() {
303 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) {
306 mCT.hangup(getBackgroundCall());
454 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState();
930 connList.addAll(getBackgroundCall().mConnections);
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
ConferenceManagerPresenter.java 133 final boolean hasHoldingCall = (callList.getBackgroundCall() != null);
CallList.java 242 public Call getBackgroundCall() {
261 call = getBackgroundCall();
InCallPresenter.java 476 callList.getBackgroundCall() != null ||
809 final Call heldCall = calls.getBackgroundCall();
    [all...]
CallCardPresenter.java 457 retval = callList.getBackgroundCall();
StatusBarNotifier.java 606 CallList.getInstance().getBackgroundCall() != null));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 421 mBackgroundCalls.add(basePhone.getBackgroundCall());
450 mBackgroundCalls.remove(basePhone.getBackgroundCall());
727 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle());
    [all...]
DefaultPhoneNotifier.java 260 Call backgroundCall = sender.getBackgroundCall();
Phone.java 808 Call getBackgroundCall();
    [all...]
PhoneProxy.java 727 public Call getBackgroundCall() {
728 return mActivePhone.getBackgroundCall();
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 288 final Call backgroundCall = phone.getBackgroundCall();
290 allConnections.addAll(phone.getBackgroundCall().getConnections());
TelephonyConnection.java 568 if (!phone.getBackgroundCall().isIdle()) {
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 724 switchHoldingAndActive(phone.getBackgroundCall());
751 cm.switchHoldingAndActive(cm.getFgPhone().getBackgroundCall());
    [all...]
PhoneInterfaceManager.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 574 getBackgroundCall() {
604 } else if (getBackgroundCall().getState() != GsmCall.State.IDLE) {
789 GsmCall.State backgroundCallState = getBackgroundCall().getState();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 481 public CdmaCall getBackgroundCall() {
493 CdmaCall.State backgroundCallState = getBackgroundCall().getState();
    [all...]

Completed in 1057 milliseconds