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

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h364 void (*SetStaticShortField)(JNIEnv*, jclass, jfieldID, jshort); member in struct:JNINativeInterface
816 void SetStaticShortField(jclass clazz, jfieldID fieldID, jshort value) function in struct:_JNIEnv
817 { functions->SetStaticShortField(this, clazz, fieldID, value); }

Completed in 67 milliseconds