Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/jni_tests/src/com/berberis/jnitests/
DJniTests.java92 static native int callCallIntFromJNI(); in callCallIntFromJNI() method in JniTests
96 assertEquals(42, callCallIntFromJNI()); in testCallNativeCallJavaCallNative()