Home
last modified time | relevance | path

Searched refs:mRunMethod (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DDexWrapper.java49 private Method mRunMethod; field in DexWrapper
90 mRunMethod = mainClass.getMethod(MAIN_RUN, argClass); in loadDex()
129 mRunMethod = null; in unload()
157 assert mRunMethod != null; in run()
167 if (mRunMethod == null) { in run()
188 Object res = mRunMethod.invoke(null /* obj: static method */, args); in run()