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()
466 ArrayList<Connection> confList = new ArrayList<>(); in testRemoteConnectionCallbacks_ConferenceableConnections() local467 confList.add(newConnection); in testRemoteConnectionCallbacks_ConferenceableConnections()468 mRemoteConnection.setConferenceableConnections(confList); in testRemoteConnectionCallbacks_ConferenceableConnections()