Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DTest.java36 assertEquals(ReferencedByAnnotation.B, in testAnnotation()
38 assertEquals(ReferencedByAnnotation.B, in testAnnotation()
H A DReferencedByAnnotation.java19 public enum ReferencedByAnnotation { enum
H A DAnnotationWithEnum.java25 ReferencedByAnnotation value(); in value()
H A DTestApplication.java23 @AnnotationWithEnum(ReferencedByAnnotation.B)