Searched refs:confList (Results 1 – 2 of 2) sorted by relevance
370 ArrayList<Connection> confList = new ArrayList<>(); in testRemoteConferenceCallbacks_ConferenceableConnections() local371 confList.add(newConnection); in testRemoteConferenceCallbacks_ConferenceableConnections()372 mRemoteConference.setConferenceableConnections(confList); in testRemoteConferenceCallbacks_ConferenceableConnections()
465 ArrayList<Connection> confList = new ArrayList<>(); in testRemoteConnectionCallbacks_ConferenceableConnections() local466 confList.add(newConnection); in testRemoteConnectionCallbacks_ConferenceableConnections()467 mRemoteConnection.setConferenceableConnections(confList); in testRemoteConnectionCallbacks_ConferenceableConnections()