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.java698 switchHoldingAndActive(phone.getBackgroundCall()); in sendEmptyFlash()
725 cm.switchHoldingAndActive(cm.getFgPhone().getBackgroundCall()); in switchHoldingAndActive()
1895 hasDisconnectedConnections(phone.getBackgroundCall()) || in hasDisconnectedConnections()
2282 call = phone.getBackgroundCall(); in dumpCallState()
2305 final boolean hasHoldingCall = !phone.getBackgroundCall().isIdle(); in dumpCallState()
2378 call = phone.getBackgroundCall(); in dumpCallManager()
DPhoneInterfaceManager.java1012 final boolean hasHoldingCall = !getPhone(subId).getBackgroundCall().isIdle(); in answerRingingCallInternal()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallList.java305 public Call getBackgroundCall() { in getBackgroundCall() method in CallList
324 call = getBackgroundCall(); in getActiveOrBackgroundCall()
DConferenceManagerPresenter.java133 final boolean hasHoldingCall = (callList.getBackgroundCall() != null); in update()
DInCallPresenter.java717 callList.getBackgroundCall() != null || in getPotentialStateFromCallList()
1146 final Call heldCall = calls.getBackgroundCall(); in handleCallKey()
DStatusBarNotifier.java688 CallList.getInstance().getBackgroundCall() != null)); in configureFullScreenIntent()
DCallCardPresenter.java730 retval = callList.getBackgroundCall(); in getCallToDisplay()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java461 final Call backgroundCall = phone.getBackgroundCall(); in onCreateUnknownConnection()
463 allConnections.addAll(phone.getBackgroundCall().getConnections()); in onCreateUnknownConnection()
DTelephonyConnection.java845 if (!phone.getBackgroundCall().isIdle()) { in hasMultipleTopLevelCalls()