Searched refs:jDiffMethod (Results 1 – 1 of 1) sorted by relevance
291 static boolean matches(JDiffClassDescription.JDiffMethod jDiffMethod, in matches() argument294 if (!jDiffMethod.mName.equals(reflectedMethod.getName())) { in matches()299 return matchesSignature(jDiffMethod, reflectedMethod, ignoredReasons); in matches()311 static boolean matchesSignature(JDiffMethod jDiffMethod, Method reflectedMethod, in matchesSignature() argument319 String jdiffReturnType = jDiffMethod.mReturnType; in matchesSignature()331 List<String> jdiffParamList = jDiffMethod.mParamList; in matchesSignature()