Home
last modified time | relevance | path

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

/cts/tests/signature/lib/android/src/android/signature/cts/
DDexMemberChecker.java136 private static boolean typesMatch(Class<?>[] classes, List<String> typeNames) { in typesMatch() method in DexMemberChecker
222 && typesMatch(method.getParameterTypes(), methodParams)) { in hasMatchingMethod_Reflection()
233 && typesMatch(method.getParameterTypes(), methodParams)) { in hasMatchingMethod_Reflection()