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

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h308 void (*SetLongField)(JNIEnv*, jobject, jfieldID, jlong); member in struct:JNINativeInterface
726 void SetLongField(jobject obj, jfieldID fieldID, jlong value) function in struct:_JNIEnv
727 { functions->SetLongField(this, obj, fieldID, value); }

Completed in 136 milliseconds