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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
H A DJDWPMethodTestCase.java60 public long getMethodID() { method in class:JDWPMethodTestCase.MethodInfo
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
H A DJDWPTestCase.java207 protected long getMethodID(long classID, String methodName) { method in class:JDWPTestCase
238 protected long getMethodID(long classID, String methodName, String methodSignature) { method in class:JDWPTestCase
/external/deqp/framework/platform/android/
H A DtcuAndroidUtil.cpp143 jmethodID getMethodID (JNIEnv* env, jclass cls, const char* methodName, const char* signature) function in namespace:tcu::Android::__anon4262
168 const LocalRef intent (env, env->CallObjectMethod(activity, getMethodID(env, activityCls, "getIntent", "()Landroid/content/Intent;")));
178 const LocalRef extraStr (env, env->CallObjectMethodA(*intent, getMethodID(env, intentCls, "getStringExtra", "(Ljava/lang/String;)Ljava/lang/String;"), getExtraArgs));
189 const jmethodID setOrientationId = getMethodID(env, activityCls, "setRequestedOrientation", "(I)V");
387 const jmethodID getPMID = getMethodID(env, activityCls, "getPackageManager", "()Landroid/content/pm/PackageManager;");
397 const jmethodID hasFeatureID = getMethodID(env, pmCls, "hasSystemFeature", "(Ljava/lang/String;)Z");
409 const jmethodID getWMID = getMethodID(env, activityCls, "getWindowManager", "()Landroid/view/WindowManager;");
418 const jmethodID getDisplayID = getMethodID(env, wmClass, "getDefaultDisplay", "()Landroid/view/Display;");
427 const jmethodID ctorId = getMethodID(env, displayMetricsCls, "<init>", "()V");
438 const jmethodID getMetricsID = getMethodID(en
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java143 long methodID = getMethodID(typeID, breakpoint.methodName);
176 long methodID = getMethodID(classID, methodName);
876 public long getMethodID(long classID, String methodName) { method in class:VmMirror
2592 long methodID = getMethodID(classID, methodName);
2626 long methodID = getMethodID(classID, methodName);

Completed in 894 milliseconds