Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DConferenceTest.java207 ArrayList<Call> callList = new ArrayList<>(); in testConferenceSetters() local
208 callList.add(newCall); in testConferenceSetters()
218 assertCallConferenceableList(conf, callList); in testConferenceSetters()
464 ArrayList<Call> callList = new ArrayList<>(); in testConferenceAddAndRemoveConnection() local
465 callList.add(newCall); in testConferenceAddAndRemoveConnection()
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioVoiceImpl.java123 final ArrayList<MockCallInfo> callList = in handleMessage() local
125 synchronized (callList) { in handleMessage()
126 mCallList = callList; in handleMessage()