Home
last modified time | relevance | path

Searched defs:getAttributes (Results 1 – 2 of 2) sorted by relevance

/cts/tools/dex-tools/src/dex/structure/
DDexAnnotation.java88 List<DexAnnotationAttribute> getAttributes(); in getAttributes() method
/cts/tools/dex-tools/src/dex/reader/
DDexAnnotationImpl.java55 public List<DexAnnotationAttribute> getAttributes() { in getAttributes() method in DexAnnotationImpl