HomeSort by relevance Sort by last modified time
    Searched refs:constructorID (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/mca/filterfw/jni/
jni_util.cpp 166 jmethodID constructorID = env->GetMethodID(clazz, "<init>", "(I)V");
167 result = env->NewObject(clazz, constructorID, GetIntValue(value));
170 jmethodID constructorID = env->GetMethodID(clazz, "<init>", "(F)V");
171 result = env->NewObject(clazz, constructorID, GetFloatValue(value));
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodTest.java 119 long constructorID, int testNumber) {
125 packet.setNextValueAsMethodID(constructorID);

Completed in 930 milliseconds