Searched refs:callList (Results 1 – 2 of 2) sorted by relevance
207 ArrayList<Call> callList = new ArrayList<>(); in testConferenceSetters() local208 callList.add(newCall); in testConferenceSetters()218 assertCallConferenceableList(conf, callList); in testConferenceSetters()464 ArrayList<Call> callList = new ArrayList<>(); in testConferenceAddAndRemoveConnection() local465 callList.add(newCall); in testConferenceAddAndRemoveConnection()
123 final ArrayList<MockCallInfo> callList = in handleMessage() local125 synchronized (callList) { in handleMessage()126 mCallList = callList; in handleMessage()