Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DTestApplication.java27 public static Annotation annotation2 = getSoleAnnotation(Annotated.class);
28 public static Annotation annotation3 = getSoleAnnotation(Annotated2.class);
32 return getSoleAnnotation(TestApplication.class); in getAnnotationWithEnum()
35 public static Annotation getSoleAnnotation(Class<?> annotated) { in getSoleAnnotation() method in TestApplication