Searched refs:methodId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp274 jmethodID methodId; local
285 methodId = env->GetStaticMethodID(clazz, methodName, "()V");
286 if (methodId == NULL) {
291 env->CallStaticVoidMethod(clazz, methodId);
301 jmethodID methodId; local
313 methodId = env->GetStaticMethodID(clazz, "main", "([Ljava/lang/String;)V");
314 if (methodId == NULL) {
334 env->CallStaticVoidMethod(clazz, methodId, strArray);
/frameworks/base/awt/java/awt/image/
H A DMultiPixelPackedSampleModel.java423 * methodId is used to choose valid behavior in a particular case. If
424 * methodId is equal to 1 it means that this method has been invoked by the
436 * @param methodId
442 final int methodId, int s) {
454 switch (methodId) {
441 setSample(final int x, final int y, final Object obj, final DataBuffer data, final int methodId, int s) argument

Completed in 55 milliseconds