Searched defs:SetIntField (Results 1 - 1 of 1) sorted by relevance

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h307 void (*SetIntField)(JNIEnv*, jobject, jfieldID, jint); member in struct:JNINativeInterface
724 void SetIntField(jobject obj, jfieldID fieldID, jint value) function in struct:_JNIEnv
725 { functions->SetIntField(this, obj, fieldID, value); }

Completed in 73 milliseconds