Home
last modified time | relevance | path

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

/cts/tests/signature/lib/android/src/android/signature/cts/
DDexMemberChecker.java269 getStaticMethod_JNI(klass, dexMethod.getName(), dexMethod.getDexSignature()); in hasMatchingMethod_JNI()
284 private static native Executable getStaticMethod_JNI(Class<?> klass, String name, in getStaticMethod_JNI() method in DexMemberChecker