Searched refs:FlakyTest (Results 1 – 13 of 13) sorted by relevance
21 import android.test.FlakyTest;44 @FlakyTest(tolerance=3)76 @FlakyTest(tolerance=3)103 @FlakyTest(tolerance=3)136 @FlakyTest(tolerance=3)170 @FlakyTest(tolerance=3)
21 import android.test.FlakyTest;35 @FlakyTest(tolerance=3)60 @FlakyTest(tolerance=3)109 @FlakyTest(tolerance=3)
20 import android.test.FlakyTest;53 @FlakyTest(tolerance = 4)65 @FlakyTest(tolerance = 4)76 @FlakyTest(tolerance = 4)
20 import android.test.FlakyTest;52 @FlakyTest(tolerance=2)
30 import android.test.FlakyTest;233 @FlakyTest(tolerance=2)250 @FlakyTest(tolerance=2)255 @FlakyTest(tolerance=2)350 @FlakyTest(tolerance=2)360 @FlakyTest(tolerance=2)
65 if (method.isAnnotationPresent(FlakyTest.class)) { in runTest()66 runCount = method.getAnnotation(FlakyTest.class).tolerance(); in runTest()
157 args.putString(InstrumentationTestRunner.ARGUMENT_ANNOTATION, FlakyTest.class.getName()); in testAnnotationParameter()171 FlakyTest.class.getName()); in testNotAnnotationParameter()352 @FlakyTest
38 public @interface FlakyTest { annotation
180 if (method.isAnnotationPresent(FlakyTest.class)) { in runTest()181 runCount = method.getAnnotation(FlakyTest.class).tolerance(); in runTest()
28939 public abstract class FlakyTest implements java.lang.annotation.Annotation {
37512 public abstract deprecated class FlakyTest implements java.lang.annotation.Annotation {
37589 public abstract deprecated class FlakyTest implements java.lang.annotation.Annotation {
40500 public abstract deprecated class FlakyTest implements java.lang.annotation.Annotation {