Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java307 final Call call2 = inCallService.getLastCall(); in testCanAddCall_CannotAddIfTooManyCalls() local
308 assertCallState(call2, Call.STATE_DIALING); in testCanAddCall_CannotAddIfTooManyCalls()
310 assertCallState(call2, Call.STATE_ACTIVE); in testCanAddCall_CannotAddIfTooManyCalls()
434 final Call call2 = inCallService.getLastCall(); in testGetCalls() local
438 assertEquals(call2, calls.get(1)); in testGetCalls()
DBaseTelecomTestWithMockServices.java375 void addConferenceCall(Call call1, Call call2) { in addConferenceCall() argument
383 callConfList.add(call2); in addConferenceCall()
388 assertCallConferenceableList(call2, callConfList); in addConferenceCall()
390 call1.conference(call2); in addConferenceCall()