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

/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTestCase.java64 boolean isRepetitive = false;
69 isRepetitive = true;
74 final boolean repetitive = isRepetitive;
112 runMethod(method, runCount, isRepetitive);
116 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { argument
134 if (isRepetitive) {
140 } while ((runCount < tolerance) && (isRepetitive || exception != null));
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java173 boolean isRepetitive = false;
178 isRepetitive = true;
183 final boolean repetitive = isRepetitive;
199 runMethod(method, runCount, isRepetitive);
203 // For backwards-compatibility after adding isRepetitive
208 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { argument
225 if (isRepetitive) {
231 } while ((runCount < tolerance) && (isRepetitive || exception != null));

Completed in 437 milliseconds