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