Home
last modified time | relevance | path

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

/frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
DHasMethodAnnotationTest.java29 assertTrue(methodHasAnnotation(AnnotatedMethodExample.class, in testMethodWithSpecifiedAttribute()
34 assertFalse(methodHasAnnotation(AnnotatedMethodExample.class, in testMethodWithoutSpecifiedAttribute()
47 static class AnnotatedMethodExample extends TestCase { class in HasMethodAnnotationTest