Home
last modified time | relevance | path

Searched refs:getBackgroundCall (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
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().getState());
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java68 public abstract Call getBackgroundCall(); in getBackgroundCall() method in SipPhoneBase
218 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState()); in canDial()
221 || !getBackgroundCall().getState().isAlive()); in canDial()
231 Call.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
527 && getBackgroundCall().isIdle()) { in updatePhoneState()
DSipPhone.java367 public Call getBackgroundCall() { in getBackgroundCall() method in SipPhone
959 ? (SipCall) getBackgroundCall() in separate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java248 Rlog.v(LOG_TAG, "canDial(): backgndCall: " + getBackgroundCall().getState()); in canDial()
251 || !getBackgroundCall().getState().isAlive()); in canDial()
261 Call.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
548 && getBackgroundCall().isIdle()) { in updatePhoneState()
DImsPhone.java323 getBackgroundCall() { in getBackgroundCall() method in ImsPhone
347 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) { in handleCallDeflectionIncallSupplementaryService()
350 mCT.hangup(getBackgroundCall()); in handleCallDeflectionIncallSupplementaryService()
498 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
1019 connList.addAll(getBackgroundCall().mConnections); in getHandoverConnection()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java421 mBackgroundCalls.add(basePhone.getBackgroundCall()); in registerPhone()
450 mBackgroundCalls.remove(basePhone.getBackgroundCall()); in unregisterPhone()
727 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle()); in acceptCall()
980 boolean hasBgCall = !(activePhone.getBackgroundCall().isIdle()); in dial()
1968 : mDefaultPhone.getBackgroundCall(); in getFirstActiveBgCall()
1990 return phone.getBackgroundCall(); in getFirstActiveBgCall()
1996 : phone.getBackgroundCall(); in getFirstActiveBgCall()
2442 call = phone.getBackgroundCall(); in toString()
DDefaultPhoneNotifier.java260 Call backgroundCall = sender.getBackgroundCall(); in notifyPreciseCallState()
DPhone.java829 Call getBackgroundCall(); in getBackgroundCall() method
DPhoneProxy.java753 public Call getBackgroundCall() { in getBackgroundCall() method in PhoneProxy
754 return mActivePhone.getBackgroundCall(); in getBackgroundCall()
DPhoneBase.java1636 isVideoCall(mImsPhone.getBackgroundCall()) || in isVideoCallPresent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java572 getBackgroundCall() { in getBackgroundCall() method in GSMPhone
602 } else if (getBackgroundCall().getState() != GsmCall.State.IDLE) { in handleCallDeflectionIncallSupplementaryService()
787 GsmCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java496 public CdmaCall getBackgroundCall() { in getBackgroundCall() method in CDMAPhone
508 CdmaCall.State backgroundCallState = getBackgroundCall().getState(); in isInCall()