Home
last modified time | relevance | path

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

/frameworks/libs/modules-utils/javatests/android/annotation/
DRestrictedForTests.java32 ClassWithAnnotation clz = new ClassWithAnnotation(); in testAnnotationAvailableInRuntime()
48 ClassWithAnnotation clz = new ClassWithAnnotation(); in testAnnotationParameters()
59 ClassWithAnnotation clz = new ClassWithAnnotation(); in testAnnotationParameters_environmentToString()
77 private static class ClassWithAnnotation { class in RestrictedForTests
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DTestPredicatesTest.java31 assertTrue(hasExampleAnnotation(ClassWithAnnotation.class, "testWithAnnotation")); in testThatMethodWithAnnotationIsReportedAsBeingAnnotated()
41 assertTrue(hasExampleAnnotation(ClassWithAnnotation.class, "testWithoutAnnotation")); in testThatClassAnnotatioCausesAllMethodsToBeReportedAsBeingAnnotated()
57 static class ClassWithAnnotation extends TestCase { class in TestPredicatesTest