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

/dalvik/vm/
H A DJni.c2406 static jmethodID GetMethodID(JNIEnv* env, jclass jclazz, const char* name, function
2427 LOGD("GetMethodID: not returning static method %s.%s %s\n",
2434 LOGD("GetMethodID: method not found: %s.%s:%s\n",
3973 GetMethodID,
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h196 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*); member in struct:JNINativeInterface
589 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig) function in struct:_JNIEnv
590 { return functions->GetMethodID(this, clazz, name, sig); }

Completed in 103 milliseconds