Searched defs:SetCharField (Results 1 - 1 of 1) sorted by relevance
/dalvik/libnativehelper/include/nativehelper/ | ||
H A D | jni.h | 305 void (*SetCharField)(JNIEnv*, jobject, jfieldID, jchar); member in struct:JNINativeInterface 720 void SetCharField(jobject obj, jfieldID fieldID, jchar value) function in struct:_JNIEnv 721 { functions->SetCharField(this, obj, fieldID, value); } |
Completed in 56 milliseconds