Searched refs:getBackgroundCall (Results 1 - 15 of 15) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java.broken147 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()
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java66 public abstract Call getBackgroundCall(); method in class:SipPhoneBase
211 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
214 || !getBackgroundCall().getState().isAlive());
224 Call.State backgroundCallState = getBackgroundCall().getState();
516 && getBackgroundCall().isIdle()) {
H A DSipPhone.java377 public Call getBackgroundCall() { method in class:SipPhone
981 ? (SipCall) getBackgroundCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java259 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
262 || !getBackgroundCall().getState().isAlive());
272 Call.State backgroundCallState = getBackgroundCall().getState();
561 && getBackgroundCall().isIdle()) {
H A DImsPhone.java399 getBackgroundCall() { method in class:ImsPhone
428 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) {
431 mCT.hangup(getBackgroundCall());
621 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState();
1227 connList.addAll(getBackgroundCall().mConnections);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java381 mBackgroundCalls.add(phone.getBackgroundCall());
408 mBackgroundCalls.remove(phone.getBackgroundCall());
691 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle());
943 boolean hasBgCall = !(activePhone.getBackgroundCall().isIdle());
1936 : mDefaultPhone.getBackgroundCall();
1958 return phone.getBackgroundCall();
1964 : phone.getBackgroundCall();
2410 call = phone.getBackgroundCall();
H A DDefaultPhoneNotifier.java264 Call backgroundCall = sender.getBackgroundCall();
H A DPhoneInternalInterface.java426 Call getBackgroundCall(); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java823 public GsmCdmaCall getBackgroundCall() { method in class:GsmCdmaPhone
858 } else if (getBackgroundCall().getState() != GsmCdmaCall.State.IDLE) {
1034 GsmCdmaCall.State backgroundCallState = getBackgroundCall().getState();
H A DPhone.java2270 isVideoCallOrConference(mImsPhone.getBackgroundCall()) ||
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DDefaultPhoneNotifierTest.java207 doReturn(mBackGroundCall).when(mPhone).getBackgroundCall();
H A DCallManagerTest.java104 doReturn(mBgCall).when(mPhone).getBackgroundCall();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java329 assertEquals(mBackgroundCall, mImsPhoneUT.getBackgroundCall());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1141 public Call getBackgroundCall() { method in class:PhoneMock
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 702 milliseconds