Searched refs:call2 (Results 1 – 2 of 2) sorted by relevance
307 final Call call2 = inCallService.getLastCall(); in testCanAddCall_CannotAddIfTooManyCalls() local308 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() local438 assertEquals(call2, calls.get(1)); in testGetCalls()
375 void addConferenceCall(Call call1, Call call2) { in addConferenceCall() argument383 callConfList.add(call2); in addConferenceCall()388 assertCallConferenceableList(call2, callConfList); in addConferenceCall()390 call1.conference(call2); in addConferenceCall()