Home
last modified time | relevance | path

Searched refs:getWaitingForAccountCall (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DVideoPauseController.java147 call = callList.getWaitingForAccountCall(); in onStateChange()
DInCallPresenter.java710 } else if (callList.getWaitingForAccountCall() != null) { in getPotentialStateFromCallList()
836 Call call = mCallList.getWaitingForAccountCall(); in handleAccountSelection()
847 Call call = mCallList.getWaitingForAccountCall(); in cancelAccountSelection()
DCallList.java281 public Call getWaitingForAccountCall() { in getWaitingForAccountCall() method in CallList
DInCallActivity.java637 Call pendingAccountSelectionCall = CallList.getInstance().getWaitingForAccountCall(); in internalResolveIntent()