Lines Matching full:jmethodid
83 jmethodID midGetPackageName = env->GetMethodID( android_content_Context, "getPackageName",
94 jmethodID constructor = env->GetMethodID( helper.jni_helper_java_class_, "<init>", "()V" );
118 jmethodID mid;
192 jmethodID mid;
217 jmethodID mid;
273 jmethodID ctor = env->GetMethodID( cls, "<init>", "([BLjava/lang/String;)V" );
301 jmethodID mid;
323 jmethodID mid;
343 jmethodID get_class_loader = jni->GetMethodID( activity_class, "getClassLoader",
347 jmethodID find_class = jni->GetMethodID( class_loader, "loadClass",
366 jmethodID mid = env->GetMethodID( cls_Env, "getExternalFilesDir",
370 jmethodID mid_getPath = env->GetMethodID( cls_File, "getPath", "()Ljava/lang/String;" );