Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java697 switchHoldingAndActive(phone.getBackgroundCall()); in sendEmptyFlash()
724 cm.switchHoldingAndActive(cm.getFgPhone().getBackgroundCall()); in switchHoldingAndActive()
1895 hasDisconnectedConnections(phone.getBackgroundCall()) || in hasDisconnectedConnections()
2273 call = phone.getBackgroundCall(); in dumpCallState()
2296 final boolean hasHoldingCall = !phone.getBackgroundCall().isIdle(); in dumpCallState()
2369 call = phone.getBackgroundCall(); in dumpCallManager()
DPhoneInterfaceManager.java1194 final boolean hasHoldingCall = !getPhone(subId).getBackgroundCall().isIdle(); in answerRingingCallInternal()
/packages/apps/Dialer/java/com/android/incallui/call/
DCallList.java417 public DialerCall getBackgroundCall() { in getBackgroundCall() method in CallList
436 call = getBackgroundCall(); in getActiveOrBackgroundCall()
/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java587 call = CallList.getInstance().getBackgroundCall(); in getShouldShowAnswerUi()
650 CallList.getInstance().getBackgroundCall() != null); in showAnswerScreenFragment()
DConferenceManagerPresenter.java125 final boolean hasHoldingCall = (callList.getBackgroundCall() != null); in update()
DInCallPresenter.java821 || callList.getBackgroundCall() != null in getPotentialStateFromCallList()
1113 final DialerCall heldCall = calls.getBackgroundCall(); in handleCallKey()
DCallCardPresenter.java633 retval = callList.getBackgroundCall(); in getCallToDisplay()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java746 final Call backgroundCall = phone.getBackgroundCall(); in onCreateUnknownConnection()
748 allConnections.addAll(phone.getBackgroundCall().getConnections()); in onCreateUnknownConnection()
DTelephonyConnection.java1119 if (!phone.getBackgroundCall().isIdle()) { in hasMultipleTopLevelCalls()