Searched refs:calls (Results 1 – 3 of 3) sorted by relevance
150 List<Call> calls = getCalls(); in verifyCall() local151 assertEquals(1, calls.size()); in verifyCall()153 Call call = calls.get(0); in verifyCall()232 List<Call> calls = new LinkedList<>(); in getCalls() local251 calls.add(call); in getCalls()257 return calls; in getCalls()
427 List<Call> calls = inCallService.getCalls(); in testGetCalls() local428 assertEquals("InCallService.getCalls() should return list with 1 call.", 1, calls.size()); in testGetCalls()429 assertEquals(call1, calls.get(0)); in testGetCalls()435 calls = inCallService.getCalls(); in testGetCalls()436 assertEquals("InCallService.getCalls() should return list with 2 calls.", 2, calls.size()); in testGetCalls()437 assertEquals(call1, calls.get(0)); in testGetCalls()438 assertEquals(call2, calls.get(1)); in testGetCalls()
2059 SC_TAIL_OBJECT.calls = o.MAX_TAIL_CALLs-1;