Searched refs:getFieldMetodId (Results 1 – 1 of 1) sorted by relevance
161 jmethodID getFieldMetodId = env->GetMethodID(class_clazz, "getField", in testReflectFieldGetFromAttachedNativeThread() local163 CHECK(getFieldMetodId != nullptr); in testReflectFieldGetFromAttachedNativeThread()170 jobject field = env->CallObjectMethod(clazz, getFieldMetodId, field_name); in testReflectFieldGetFromAttachedNativeThread()