Searched refs:getAllMethods (Results 1 – 2 of 2) sorted by relevance
329 Method[] methods = getAllMethods(originalClass); in addInterfaceMethods()347 Method[] methods = getAllMethods(superClass); in addMethods()369 Method[] getAllMethods(Class<?> clazz) { in getAllMethods() method in AndroidMockGenerator
478 Method[] methods = mockGenerator.getAllMethods(BigInteger.class); in testGetAllMethods()