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

/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java189 runMethod(testMethod, tolerance, repetitive);
199 runMethod(method, runCount, isRepetitive);
204 private void runMethod(Method runMethod, int tolerance) throws Throwable { argument
205 runMethod(runMethod, tolerance, false);
208 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { argument
214 runMethod.invoke(this, (Object[]) null);

Completed in 27 milliseconds