Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseTelecomTestWithMockServices.java1096 List<Call> callConfList = new ArrayList<>(); in addConferenceCall() local
1097 callConfList.add(call2); in addConferenceCall()
1098 assertCallConferenceableList(call1, callConfList); in addConferenceCall()
1100 callConfList.clear(); in addConferenceCall()
1101 callConfList.add(call1); in addConferenceCall()
1102 assertCallConferenceableList(call2, callConfList); in addConferenceCall()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingTest.java1691 List<Call> callConfList = new ArrayList<>(); in addConferenceCall() local
1692 callConfList.add(call2); in addConferenceCall()
1693 assertCallConferenceableList(call1, callConfList); in addConferenceCall()
1695 callConfList.clear(); in addConferenceCall()
1696 callConfList.add(call1); in addConferenceCall()
1697 assertCallConferenceableList(call2, callConfList); in addConferenceCall()