Home
last modified time | relevance | path

Searched refs:isRepetitive (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/test/
DInstrumentationTestCase.java173 boolean isRepetitive = false; in runTest()
178 isRepetitive = true; in runTest()
183 final boolean repetitive = isRepetitive; in runTest()
199 runMethod(method, runCount, isRepetitive); in runTest()
208 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod() argument
225 if (isRepetitive) { in runMethod()
231 } while ((runCount < tolerance) && (isRepetitive || exception != null)); in runMethod()