Searched refs:runMethod (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/test/ |
D | InstrumentationTestCase.java | 195 runMethod(testMethod, tolerance, repetitive); in runTest() 205 runMethod(method, runCount, isRepetitive); in runTest() 210 private void runMethod(Method runMethod, int tolerance) throws Throwable { in runMethod() argument 211 runMethod(runMethod, tolerance, false); in runMethod() 214 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod() method in InstrumentationTestCase 220 runMethod.invoke(this, (Object[]) null); in runMethod()
|
/frameworks/base/core/tests/utillib/src/android/test/ |
D | BandwidthTestCase.java | 80 runMethod(testMethod, tolerance, repetitive); in runTest() 103 runMethod(method, 1, false); in runTest() 112 runMethod(method, runCount, isRepetitive); in runTest() 116 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod() argument 123 runMethod.invoke(this, (Object[]) null); in runMethod()
|