Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConference.java171 public void onAddConferenceParticipants(List<Uri> participants) { in onAddConferenceParticipants() argument
172 super.onAddConferenceParticipants(participants); in onAddConferenceParticipants()
173 mParticipants.addAll(participants); in onAddConferenceParticipants()
DMockConnection.java212 public void onAddConferenceParticipants(List<Uri> participants) { in onAddConferenceParticipants() argument
213 super.onAddConferenceParticipants(participants); in onAddConferenceParticipants()
215 mInvokeCounterMap.get(ON_ADD_CONFERENCE_PARTICIPANTS).invoke(participants); in onAddConferenceParticipants()
DAdhocConferenceTest.java79 List<Uri> participants = new ArrayList<>(); in testStartConferenceFailed() local
82 mTelecomManager.startConference(participants, extra); in testStartConferenceFailed()