Home
last modified time | relevance | path

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

/cts/tools/dex-tools/src/dex/reader/
DDexAnnotationAttributeImpl.java55 public DexEncodedValue getEncodedValue() { in getEncodedValue() method in DexAnnotationAttributeImpl
61 return getName() + " " + getEncodedValue(); in toString()
/cts/tools/dex-tools/test/dex/reader/
DDexFileReaderTests.java224 assertNotNull(dexAnnotationValue.getEncodedValue()); in testG0()
225 Object value = dexAnnotationValue.getEncodedValue().getValue(); in testG0()
249 assertNotNull(dexAnnotationValue.getEncodedValue()); in testG1()
250 Object value = dexAnnotationValue.getEncodedValue().getValue(); in testG1()
302 assertNotNull(dexAnnotationValue.getEncodedValue()); in testOuter0()
303 …List<DexEncodedValue> values = (List<DexEncodedValue>) dexAnnotationValue.getEncodedValue().getVal… in testOuter0()
/cts/tools/dex-tools/src/dex/structure/
DDexAnnotationAttribute.java36 public DexEncodedValue getEncodedValue(); in getEncodedValue() method