Home
last modified time | relevance | path

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

/cts/tools/signature-tools/src/signature/model/impl/
DSigAnnotation.java49 public void setElements(Set<IAnnotationElement> elements) { in setElements() method in SigAnnotation
/cts/tools/signature-tools/src/signature/converter/dex/
DDexToSigConverter.java818 sigAnnotation.setElements(convertAnnotationElements(dexAnnotation in convertAnnotation()
895 sigAnnotation.setElements(convertAnnotationElements(annotation in convertEncodedValue()
/cts/tools/signature-tools/src/signature/converter/doclet/
DDocletToSigConverter.java589 a.setElements(elements); in convertAnnotation()