Home
last modified time | relevance | path

Searched defs:callList (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowPhoneTest.java67 List<Call> callList = phone.getCalls(); in testAddCallGetCall() local
DShadowInCallServiceTest.java106 List<Call> callList = inCallService.getCalls(); in testSetCallListGetCallList() local
/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java343 final List<String> callList = Lists.newArrayList(); in testInterceptionOrder() local
368 NamedInterceptor(String name, List<String> callList) { in NamedInterceptor()