Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DVideoPauseController.java142 call = callList.getWaitingForAccountCall(); in onStateChange()
DInCallPresenter.java696 && (waitingForAccountCall = callList.getWaitingForAccountCall()) != null) { in onCallListChange()
814 } else if (callList.getWaitingForAccountCall() != null) { in getPotentialStateFromCallList()
DInCallActivityCommon.java865 DialerCall waitingForAccountCall = CallList.getInstance().getWaitingForAccountCall(); in maybeShowAccountSelectionDialog()
/packages/apps/Dialer/java/com/android/incallui/call/
DCallList.java390 public DialerCall getWaitingForAccountCall() { in getWaitingForAccountCall() method in CallList