Home
last modified time | relevance | path

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

/test/suite_harness/tools/dex-tools/src/dex/reader/
DDexMethodImpl.java142 builder.append(formatter.formatAnnotations(getAnnotations())); in toString()
151 builder.append(formatter.formatAnnotations(dexParameter in toString()
DDexFieldImpl.java96 builder.append(formatter.formatAnnotations(getAnnotations())); in toString()
DTypeFormatter.java87 public String formatAnnotations(Set<DexAnnotation> annotations) { in formatAnnotations() method in TypeFormatter
DDexClassImpl.java345 builder.append(formatter.formatAnnotations(getAnnotations())); in toString()