Searched refs:findBestMethod (Results 1 – 1 of 1) sorted by relevance
226 return findBestMethod(methods, parameterTypes); in findMethodWithNullParameterCall()231 private static Method findBestMethod(List<Method> methods, Class<?>[] parameterTypes) { in findBestMethod() method in DeviceOwnerHelper