Searched defs:hasAnnotation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestPredicates.java33 static final Predicate<TestMethod> SELECT_SMOKE = hasAnnotation(Smoke.class);
35 static final Predicate<TestMethod> REJECT_SUPPRESSED = not(hasAnnotation(Suppress.class));
41 public static Predicate<TestMethod> hasAnnotation(Class<? extends Annotation> annotationClass) { method in class:TestPredicates

Completed in 89 milliseconds