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

/frameworks/base/test-runner/src/android/test/suitebuilder/annotation/
H A DHasAnnotation.java33 private Predicate<TestMethod> hasMethodOrClassAnnotation; field in class:HasAnnotation
36 this.hasMethodOrClassAnnotation = or(
42 return hasMethodOrClassAnnotation.apply(testMethod);

Completed in 2464 milliseconds