Home
last modified time | relevance | path

Searched refs:waitingForAccountCall (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DInCallActivityCommon.java865 DialerCall waitingForAccountCall = CallList.getInstance().getWaitingForAccountCall(); in maybeShowAccountSelectionDialog() local
866 if (waitingForAccountCall == null) { in maybeShowAccountSelectionDialog()
870 Bundle extras = waitingForAccountCall.getIntentExtras(); in maybeShowAccountSelectionDialog()
885 waitingForAccountCall.getId()); in maybeShowAccountSelectionDialog()
DInCallPresenter.java694 DialerCall waitingForAccountCall; in onCallListChange() local
696 && (waitingForAccountCall = callList.getWaitingForAccountCall()) != null) { in onCallListChange()
697 waitingForAccountCall.disconnect(); in onCallListChange()