Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DTestApplication.java36 Annotation[] annot = annotated.getAnnotations(); in getSoleAnnotation() local
37 if (annot.length == 1) { in getSoleAnnotation()
38 return annot[0]; in getSoleAnnotation()