Home
last modified time | relevance | path

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

/packages/apps/InCallUI/src/com/android/incallui/
DInCallPresenter.java469 } else if (callList.getWaitingForAccountCall() != null) { in getPotentialStateFromCallList()
556 Call call = mCallList.getWaitingForAccountCall(); in handleAccountSelection()
565 Call call = mCallList.getWaitingForAccountCall(); in cancelAccountSelection()
DCallList.java222 public Call getWaitingForAccountCall() { in getWaitingForAccountCall() method in CallList
DInCallActivity.java531 Call pendingAccountSelectionCall = CallList.getInstance().getWaitingForAccountCall(); in internalResolveIntent()