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