Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/tests_apk/jni/
Djni_test.cc75 jmethodID caller_method = gEnv->GetMethodID(clazz, method, "()I"); in callJavaIntReturningMethod() local
76 return gEnv->CallIntMethod(gObj, caller_method); in callJavaIntReturningMethod()