Searched refs:waitingForAccountCall (Results 1 – 2 of 2) sorted by relevance
362 DialerCall waitingForAccountCall = CallList.getInstance().getWaitingForAccountCall(); in showPhoneAccountSelectionDialog() local363 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() local539 if (waitingForAccountCall != null) { in onStop()540 waitingForAccountCall.disconnect(); in onStop()
848 DialerCall waitingForAccountCall; in onCallListChange() local850 && (waitingForAccountCall = callList.getWaitingForAccountCall()) != null) { in onCallListChange()851 waitingForAccountCall.disconnect(); in onCallListChange()