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

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h366 void (*SetStaticLongField)(JNIEnv*, jclass, jfieldID, jlong); member in struct:JNINativeInterface
820 void SetStaticLongField(jclass clazz, jfieldID fieldID, jlong value) function in struct:_JNIEnv
821 { functions->SetStaticLongField(this, clazz, fieldID, value); }

Completed in 48 milliseconds