Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConnection.java49 public static final int ON_ADD_CONFERENCE_PARTICIPANTS = 10; field in MockConnection
233 if (mInvokeCounterMap.get(ON_ADD_CONFERENCE_PARTICIPANTS) != null) { in onAddConferenceParticipants()
234 mInvokeCounterMap.get(ON_ADD_CONFERENCE_PARTICIPANTS).invoke(participants); in onAddConferenceParticipants()
423 case ON_ADD_CONFERENCE_PARTICIPANTS: in getCounterLabel()
DRemoteConnectionTest.java798 MockConnection.ON_ADD_CONFERENCE_PARTICIPANTS); in testAddConferenceParticipants()