Searched refs:AllTypes (Results 1 – 1 of 1) sorted by relevance
285 Method method = AllTypes.class.getMethod(returnTypes[i] + "Foo"); in testGetDelegateMethodSourceAllTypes()291 Method method = AllTypes.class.getMethod("objectFoo"); in testGetDelegateMethodSourceAllTypes()295 method = AllTypes.class.getMethod("voidFoo"); in testGetDelegateMethodSourceAllTypes()301 private class AllTypes { class in AndroidMockGeneratorTest