Home
last modified time | relevance | path

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

/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.java3429 String activeCallId = null;
3431 activeCallId = activeCall.getId();
3458 new RequestCallback(new ActionUnHoldCall(call, activeCallId)));