Home
last modified time | relevance | path

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

/cts/tests/signature/lib/common/src/android/signature/cts/
DInterfaceChecker.java116 Map<Method, String> matchNameNotSignature = new LinkedHashMap<>(); in findMethod() local
118 if (ReflectionHelper.matchesSignature(jdiffMethod, method, matchNameNotSignature)) { in findMethod()