Searched refs:findMethod (Results 1 – 2 of 2) sorted by relevance
149 .filter(m -> !findMethod(classDescription, m)) in checkInterfaceMethodCompliance()153 private boolean findMethod(JDiffClassDescription classDescription, Method method) { in findMethod() method in InterfaceChecker173 if (findMethod(implInterface, method)) { in findMethod()
101 Method method = findMethod(managerClass, methodName, parameterTypes); in runManagerMethod()161 private static Method findMethod(Class<?> clazz, String methodName, Class<?>[] parameterTypes) in findMethod() method in DeviceOwnerHelper