Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java341 public void onCallAudioStateChanged(String activeCallId, CallAudioState audioState, in onCallAudioStateChanged() argument
346 public void onUsingAlternativeUi(String activeCallId, boolean usingAlternativeUi, in onUsingAlternativeUi() argument
350 public void onTrackedByNonUiService(String activeCallId, boolean isTracked, in onTrackedByNonUiService() argument
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionService.aidl98 void onCallAudioStateChanged(String activeCallId, in CallAudioState callAudioState, in onCallAudioStateChanged() argument
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManager.java2759 String activeCallId = null;
2761 activeCallId = activeCall.getId();
2788 new RequestCallback(new ActionUnHoldCall(call, activeCallId)));