Searched refs:findMethodInfo (Results 1 – 1 of 1) sorted by relevance
156 api = findMethodInfo(apiInfoSet, clsName, mtdName, paramNames); in checkClass()216 api = findMethodInfo(apiInfoSet, enumName, mtdName, paramNames); in checkEnum()304 …private static APIInfo findMethodInfo(Set<APIInfo> apis, String cls, String method, List<String> p… in findMethodInfo() method in DeprecatedAPIChecker