Searched defs:GetCharField (Results 1 - 1 of 1) sorted by relevance
/dalvik/libnativehelper/include/nativehelper/ | ||
H A D | jni.h | 295 jchar (*GetCharField)(JNIEnv*, jobject, jfieldID); member in struct:JNINativeInterface 701 jchar GetCharField(jobject obj, jfieldID fieldID) function in struct:_JNIEnv 702 { return functions->GetCharField(this, obj, fieldID); } |
Completed in 10 milliseconds