Home
last modified time | relevance | path

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

/libnativehelper/tests_mts/jni/
Dlibnativehelper_test.cpp22 int result = GetJavaVM()->GetEnv(reinterpret_cast<void**>(&mEnv), JNI_VERSION_1_6); in SetUp()
Djni_invocation_test.cpp36 initArgs.version = JNI_VERSION_1_6; in TEST_F()
Djni_helper_jni.cpp197 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
272 return JNI_VERSION_1_6; in JNI_OnLoad()
/libnativehelper/include_jni/
Djni.h1129 #define JNI_VERSION_1_6 0x00010006 macro