HomeSort by relevance Sort by last modified time
    Searched defs:formatAnnotations (Results 1 - 4 of 4) sorted by null

  /cts/tools/dex-tools/src/dex/reader/
TypeFormatter.java 87 public String formatAnnotations(Set<DexAnnotation> annotations) {
DexFieldImpl.java 96 builder.append(formatter.formatAnnotations(getAnnotations()));
DexMethodImpl.java 142 builder.append(formatter.formatAnnotations(getAnnotations()));
151 builder.append(formatter.formatAnnotations(dexParameter
DexClassImpl.java 345 builder.append(formatter.formatAnnotations(getAnnotations()));

Completed in 69 milliseconds