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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken 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 68 public abstract Call getBackgroundCall();
218 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
221 || !getBackgroundCall().getState().isAlive());
231 Call.State backgroundCallState = getBackgroundCall().getState();
527 && getBackgroundCall().isIdle()) {
SipPhone.java 367 public Call getBackgroundCall() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 248 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
251 || !getBackgroundCall().getState().isAlive());
261 Call.State backgroundCallState = getBackgroundCall().getState();
548 && getBackgroundCall().isIdle()) {
ImsPhone.java 323 getBackgroundCall() {
347 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) {
350 mCT.hangup(getBackgroundCall());
498 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState();
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
ConferenceManagerPresenter.java 133 final boolean hasHoldingCall = (callList.getBackgroundCall() != null);
CallList.java 259 public Call getBackgroundCall() {
278 call = getBackgroundCall();
InCallPresenter.java 514 callList.getBackgroundCall() != null ||
    [all...]
StatusBarNotifier.java 573 CallList.getInstance().getBackgroundCall() != null));
CallCardPresenter.java 545 retval = callList.getBackgroundCall();
    [all...]
  /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 829 Call getBackgroundCall();
    [all...]
PhoneProxy.java 753 public Call getBackgroundCall() {
754 return mActivePhone.getBackgroundCall();
    [all...]
PhoneBase.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 727 switchHoldingAndActive(phone.getBackgroundCall());
754 cm.switchHoldingAndActive(cm.getFgPhone().getBackgroundCall());
    [all...]
PhoneInterfaceManager.java     [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 329 final Call backgroundCall = phone.getBackgroundCall();
331 allConnections.addAll(phone.getBackgroundCall().getConnections());
TelephonyConnection.java 658 if (!phone.getBackgroundCall().isIdle()) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 572 getBackgroundCall() {
602 } else if (getBackgroundCall().getState() != GsmCall.State.IDLE) {
787 GsmCall.State backgroundCallState = getBackgroundCall().getState();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 496 public CdmaCall getBackgroundCall() {
508 CdmaCall.State backgroundCallState = getBackgroundCall().getState();
    [all...]

Completed in 1117 milliseconds