Home
last modified time | relevance | path

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

/cts/tests/signature/lib/common/src/android/signature/cts/
DInterfaceChecker.java135 if (ReflectionHelper.matchesSignature(jdiffMethod, method, matchNameNotSignature)) { in findMethod()
DReflectionHelper.java249 if (matchesSignature(method, reflectedMethod, mismatchReasons)) { in findMatchingMethod()
269 static boolean matchesSignature(JDiffMethod jDiffMethod, Method reflectedMethod, in matchesSignature() method in ReflectionHelper