Home
last modified time | relevance | path

Searched refs:jDiffMethod (Results 1 – 1 of 1) sorted by relevance

/cts/tests/signature/lib/common/src/android/signature/cts/
DReflectionHelper.java291 static boolean matches(JDiffClassDescription.JDiffMethod jDiffMethod, in matches() argument
294 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() argument
319 String jdiffReturnType = jDiffMethod.mReturnType; in matchesSignature()
331 List<String> jdiffParamList = jDiffMethod.mParamList; in matchesSignature()