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

/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTestCase.java80 runMethod(testMethod, tolerance, repetitive);
103 runMethod(method, 1, false);
112 runMethod(method, runCount, isRepetitive);
116 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { argument
117 //This is a copy of {@link InstrumentationTestCase#runMethod}
123 runMethod.invoke(this, (Object[]) null);
/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 96 milliseconds