Searched refs:Smoke (Results 1 – 5 of 5) sorted by relevance
19 import android.test.suitebuilder.annotation.Smoke;22 @Smoke
20 import android.test.suitebuilder.annotation.Smoke;33 static final Predicate<TestMethod> SELECT_SMOKE = hasAnnotation(Smoke.class);
35 public @interface Smoke { annotation
75 …ng.annotation.ElementType.METHOD, java.lang.annotation.ElementType.TYPE}) public @interface Smoke {
29459 public abstract class Smoke implements java.lang.annotation.Annotation {