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.java137 call = callList.getWaitingForAccountCall(); in onStateChange()
DInCallActivity.java362 DialerCall waitingForAccountCall = CallList.getInstance().getWaitingForAccountCall(); in showPhoneAccountSelectionDialog()
538 DialerCall waitingForAccountCall = CallList.getInstance().getWaitingForAccountCall(); in onStop()
DInCallPresenter.java850 && (waitingForAccountCall = callList.getWaitingForAccountCall()) != null) { in onCallListChange()
1063 } else if (callList.getWaitingForAccountCall() != null) { in getPotentialStateFromCallList()
/packages/apps/Dialer/java/com/android/incallui/call/
DCallList.java395 public DialerCall getWaitingForAccountCall() { in getWaitingForAccountCall() method in CallList