Home
last modified time | relevance | path

Searched refs:expectedClassification (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
DHasClassAnnotationTest.java38 Class<Smoke> expectedClassification) throws NoSuchMethodException { in classHasAnnotation() argument
42 return new HasClassAnnotation(expectedClassification).apply(testMethod); in classHasAnnotation()
DHasMethodAnnotationTest.java40 Class<? extends Annotation> expectedClassification in methodHasAnnotation() argument
44 return new HasMethodAnnotation(expectedClassification).apply(testMethod); in methodHasAnnotation()