Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/tests_apk/jni/
Djni_test.cc73 jint callJavaIntReturningMethod(const char* method) { in callJavaIntReturningMethod() function
83 EXPECT_EQ(42, callJavaIntReturningMethod("callReturn42")); in TEST()