Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DRemoteConferenceTest.java370 ArrayList<Connection> confList = new ArrayList<>(); in testRemoteConferenceCallbacks_ConferenceableConnections() local
371 confList.add(newConnection); in testRemoteConferenceCallbacks_ConferenceableConnections()
372 mRemoteConference.setConferenceableConnections(confList); in testRemoteConferenceCallbacks_ConferenceableConnections()
DRemoteConnectionTest.java465 ArrayList<Connection> confList = new ArrayList<>(); in testRemoteConnectionCallbacks_ConferenceableConnections() local
466 confList.add(newConnection); in testRemoteConnectionCallbacks_ConferenceableConnections()
467 mRemoteConnection.setConferenceableConnections(confList); in testRemoteConnectionCallbacks_ConferenceableConnections()