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

/dalvik/dalvikvm/
H A DMain.c240 jmethodID startMeth; local
255 startMeth = (*env)->GetStaticMethodID(env, startClass,
257 if (startMeth == NULL) {
267 if (!methodIsPublic(env, startClass, startMeth))
273 (*env)->CallStaticVoidMethod(env, startClass, startMeth, strArray);

Completed in 3 milliseconds