Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DTest.java37 ((AnnotationWithEnum) TestApplication.annotation).value()); in testAnnotation()
39 ((AnnotationWithEnum) TestApplication.getAnnotationWithEnum()).value()); in testAnnotation()
H A DAnnotationWithEnum.java23 public @interface AnnotationWithEnum { annotation
H A DTestApplication.java23 @AnnotationWithEnum(ReferencedByAnnotation.B)