Home
last modified time | relevance | path

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

/cts/tests/signature/lib/android/src/android/signature/cts/
DDexMemberChecker.java121 observer.methodAccessibleViaJni(hasMatchingMethod_JNI(klass, method), method); in checkSingleMember()
255 private static boolean hasMatchingMethod_JNI(Class<?> klass, DexMethod dexMethod) { in hasMatchingMethod_JNI() method in DexMemberChecker