Home
last modified time | relevance | path

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

/cts/tools/release-parser/src/com/android/cts/releaseparser/
DDexParser.java121 List<ApiAnnotation> annLst = getAnnotationList(classDef.getAnnotations()); in parse() local
122 if (!annLst.isEmpty()) { in parse()
123 classBuilder.addAllAnnotations(annLst); in parse()
131 annLst = getAnnotationList(dxField.getAnnotations()); in parse()
132 if (!annLst.isEmpty()) { in parse()
133 fieldBuilder.addAllAnnotations(annLst); in parse()
147 annLst = getAnnotationList(dxMethod.getAnnotations()); in parse()
148 if (!annLst.isEmpty()) { in parse()
149 methodBuilder.addAllAnnotations(annLst); in parse()