Searched refs:runMethod (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/test/ |
D | InstrumentationTestCase.java | 189 runMethod(testMethod, tolerance, repetitive); in runTest() 199 runMethod(method, runCount, isRepetitive); in runTest() 204 private void runMethod(Method runMethod, int tolerance) throws Throwable { in runMethod() argument 205 runMethod(runMethod, tolerance, false); in runMethod() 208 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod() argument 214 runMethod.invoke(this, (Object[]) null); in runMethod()
|
/frameworks/base/docs/html/resources/tutorials/testing/ |
D | activity_test.jd | 1358 at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:205) 1369 at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:205)
|