Home
last modified time | relevance | path

Searched refs:activeCallId (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/callsequencing/
DCallSequencingController.java408 String activeCallId = null; in unholdCall() local
411 activeCallId = activeCall.getId(); in unholdCall()
421 Log.addEvent(call, LogUtils.Events.SWAP, "From " + activeCallId); in unholdCall()
430 + " aborting swap to %s", activeCallId, call.getId(), in unholdCall()
435 activeCallId, call.getId()); in unholdCall()
446 String fixedActiveCallId = activeCallId; in unholdCall()
462 mCallsManager.requestActionUnholdCall(call, activeCallId); in unholdCall()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java361 public void onCallAudioStateChanged(String activeCallId, CallAudioState audioState, in onCallAudioStateChanged() argument
378 public void onUsingAlternativeUi(String activeCallId, boolean usingAlternativeUi, in onUsingAlternativeUi() argument
382 public void onTrackedByNonUiService(String activeCallId, boolean isTracked, in onTrackedByNonUiService() argument
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java3705 String activeCallId = null;
3707 activeCallId = activeCall.getId();
3732 requestActionUnholdCall(call, activeCallId);
3735 public void requestActionUnholdCall(Call call, String activeCallId) {
3738 new RequestCallback(new ActionUnHoldCall(call, activeCallId)));