Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java362 DialerCall waitingForAccountCall = CallList.getInstance().getWaitingForAccountCall(); in showPhoneAccountSelectionDialog() local
363 if (waitingForAccountCall == null) { in showPhoneAccountSelectionDialog()
370 Bundle extras = waitingForAccountCall.getIntentExtras(); in showPhoneAccountSelectionDialog()
378 waitingForAccountCall.getNumber(), phoneAccountHandles); in showPhoneAccountSelectionDialog()
383 String callId = waitingForAccountCall.getId(); in showPhoneAccountSelectionDialog()
397 waitingForAccountCall.setPreferredAccountRecorder( in showPhoneAccountSelectionDialog()
399 waitingForAccountCall.getNumber(), in showPhoneAccountSelectionDialog()
538 DialerCall waitingForAccountCall = CallList.getInstance().getWaitingForAccountCall(); in onStop() local
539 if (waitingForAccountCall != null) { in onStop()
540 waitingForAccountCall.disconnect(); in onStop()
DInCallPresenter.java848 DialerCall waitingForAccountCall; in onCallListChange() local
850 && (waitingForAccountCall = callList.getWaitingForAccountCall()) != null) { in onCallListChange()
851 waitingForAccountCall.disconnect(); in onCallListChange()