[go: nahoru, domu]

Searched defs: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.java195 runMethod(testMethod, tolerance, repetitive);
205 runMethod(method, runCount, isRepetitive);
210 private void runMethod(Method runMethod, int tolerance) throws Throwable { argument
211 runMethod(runMethod, tolerance, false);
214 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { argument
220 runMethod.invoke(this, (Object[]) null);

Completed in 99 milliseconds