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.java174 public void onAddConferenceParticipants(List<Uri> participants) { in onAddConferenceParticipants() argument
175 super.onAddConferenceParticipants(participants); in onAddConferenceParticipants()
176 mParticipants.addAll(participants); in onAddConferenceParticipants()
DMockConnection.java231 public void onAddConferenceParticipants(List<Uri> participants) { in onAddConferenceParticipants() argument
232 super.onAddConferenceParticipants(participants); in onAddConferenceParticipants()
234 mInvokeCounterMap.get(ON_ADD_CONFERENCE_PARTICIPANTS).invoke(participants); in onAddConferenceParticipants()
DAdhocConferenceTest.java89 List<Uri> participants = new ArrayList<>(); in testStartConferenceFailed() local
92 mTelecomManager.startConference(participants, extra); in testStartConferenceFailed()