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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java147 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.java67 public abstract Call getBackgroundCall(); method in class:SipPhoneBase
217 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
220 || !getBackgroundCall().getState().isAlive());
230 Call.State backgroundCallState = getBackgroundCall().getState();
511 && getBackgroundCall().isIdle()) {
H A DSipPhone.java366 public Call getBackgroundCall() { method in class:SipPhone
958 ? (SipCall) getBackgroundCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java254 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState());
257 || !getBackgroundCall().getState().isAlive());
267 Call.State backgroundCallState = getBackgroundCall().getState();
549 && getBackgroundCall().isIdle()) {
H A DImsPhone.java284 getBackgroundCall() { method in class:ImsPhone
308 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) {
311 mCT.hangup(getBackgroundCall());
459 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState();
935 connList.addAll(getBackgroundCall().mConnections);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java421 mBackgroundCalls.add(basePhone.getBackgroundCall());
451 mBackgroundCalls.remove(basePhone.getBackgroundCall());
728 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle());
981 boolean hasBgCall = !(activePhone.getBackgroundCall().isIdle());
1969 : mDefaultPhone.getBackgroundCall();
1991 return phone.getBackgroundCall();
1997 : phone.getBackgroundCall();
2443 call = phone.getBackgroundCall();
H A DDefaultPhoneNotifier.java260 Call backgroundCall = sender.getBackgroundCall();
H A DPhone.java808 Call getBackgroundCall(); method in interface:Phone
H A DPhoneProxy.java727 public Call getBackgroundCall() { method in class:PhoneProxy
728 return mActivePhone.getBackgroundCall();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java574 getBackgroundCall() { method in class:GSMPhone
604 } else if (getBackgroundCall().getState() != GsmCall.State.IDLE) {
789 GsmCall.State backgroundCallState = getBackgroundCall().getState();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java481 public CdmaCall getBackgroundCall() { method in class:CDMAPhone
493 CdmaCall.State backgroundCallState = getBackgroundCall().getState();

Completed in 3243 milliseconds