Searched refs:getBooleanMetodId (Results 1 - 1 of 1) sorted by path

/art/test/004-JniTest/
H A Djni_test.cc129 jmethodID getBooleanMetodId = env->GetMethodID(field_clazz, "getBoolean", local
131 CHECK(getBooleanMetodId != nullptr);
134 jboolean value = env->CallBooleanMethod(field, getBooleanMetodId, /* ignored */ clazz);

Completed in 26 milliseconds