Home
last modified time | relevance | path

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

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