Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/calllog/src/android/calllog/cts/
DCallLogBackupTest.java150 List<Call> calls = getCalls(); in verifyCall() local
151 assertEquals(1, calls.size()); in verifyCall()
153 Call call = calls.get(0); in verifyCall()
232 List<Call> calls = new LinkedList<>(); in getCalls() local
251 calls.add(call); in getCalls()
257 return calls; in getCalls()
/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java427 List<Call> calls = inCallService.getCalls(); in testGetCalls() local
428 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()
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dearley-boyer.js2059 SC_TAIL_OBJECT.calls = o.MAX_TAIL_CALLs-1;