Searched defs:callList (Results 1 – 3 of 3) sorted by relevance
67 List<Call> callList = phone.getCalls(); in testAddCallGetCall() local
106 List<Call> callList = inCallService.getCalls(); in testSetCallListGetCallList() local
343 final List<String> callList = Lists.newArrayList(); in testInterceptionOrder() local368 NamedInterceptor(String name, List<String> callList) { in NamedInterceptor()