Home
last modified time | relevance | path

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

/frameworks/base/core/tests/utillib/src/android/test/
DBandwidthTestCase.java64 boolean isRepetitive = false; in runTest()
69 isRepetitive = true; in runTest()
74 final boolean repetitive = isRepetitive; in runTest()
112 runMethod(method, runCount, isRepetitive); in runTest()
116 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod() argument
134 if (isRepetitive) { in runMethod()
140 } while ((runCount < tolerance) && (isRepetitive || exception != null)); in runMethod()
/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()