Home
last modified time | relevance | path

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

/cts/tests/signature/lib/common/src/android/signature/cts/
DReflectionHelper.java273 if (matchesSignature(method, reflectedMethod, mismatchReasons)) { in findMatchingMethodImpl()
299 return matchesSignature(jDiffMethod, reflectedMethod, ignoredReasons); in matches()
311 static boolean matchesSignature(JDiffMethod jDiffMethod, Method reflectedMethod, in matchesSignature() method in ReflectionHelper