Home
last modified time | relevance | path

Searched defs:getAnnotations (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DTestDescription.java98 public Collection<Annotation> getAnnotations() { in getAnnotations() method in TestDescription
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypePrinter.kt443 private fun getAnnotations(reference: PsiJavaCodeReferenceElementImpl): List<PsiAnnotation> { in <lambda>() method in com.android.tools.metalava.model.psi.PsiTypePrinter
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DApiFile.java392 …private static List<String> getAnnotations(Tokenizer tokenizer, String token) throws ApiParseExcep… in getAnnotations() method in ApiFile