Home
last modified time | relevance | path

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

/aosp12/art/test/656-annotation-lookup-generic-jni/src-art/
H A DMain.java48 Method nativeMethodWithAnnotation = testClass.getMethod("nativeMethodWithAnnotation"); in main() local
52 nativeMethodWithAnnotation.invoke(null); in main()
/aosp12/art/test/656-annotation-lookup-generic-jni/src-ex/
H A DTest.java26 public static native void nativeMethodWithAnnotation(); in nativeMethodWithAnnotation() method in Test