Searched refs:getBackgroundCall (Results 1 – 9 of 9) sorted by relevance
698 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()
1012 final boolean hasHoldingCall = !getPhone(subId).getBackgroundCall().isIdle(); in answerRingingCallInternal()
305 public Call getBackgroundCall() { in getBackgroundCall() method in CallList324 call = getBackgroundCall(); in getActiveOrBackgroundCall()
133 final boolean hasHoldingCall = (callList.getBackgroundCall() != null); in update()
717 callList.getBackgroundCall() != null || in getPotentialStateFromCallList()1146 final Call heldCall = calls.getBackgroundCall(); in handleCallKey()
688 CallList.getInstance().getBackgroundCall() != null)); in configureFullScreenIntent()
730 retval = callList.getBackgroundCall(); in getCallToDisplay()
461 final Call backgroundCall = phone.getBackgroundCall(); in onCreateUnknownConnection()463 allConnections.addAll(phone.getBackgroundCall().getConnections()); in onCreateUnknownConnection()
845 if (!phone.getBackgroundCall().isIdle()) { in hasMultipleTopLevelCalls()