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

  /cts/tools/dex-tools/src/dex/structure/
DexAnnotationAttribute.java 36 public DexEncodedValue getEncodedValue();
  /cts/tools/dex-tools/src/dex/reader/
DexAnnotationAttributeImpl.java 55 public DexEncodedValue getEncodedValue() {
61 return getName() + " " + getEncodedValue();
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 224 assertNotNull(dexAnnotationValue.getEncodedValue());
225 Object value = dexAnnotationValue.getEncodedValue().getValue();
249 assertNotNull(dexAnnotationValue.getEncodedValue());
250 Object value = dexAnnotationValue.getEncodedValue().getValue();
302 assertNotNull(dexAnnotationValue.getEncodedValue());
303 List<DexEncodedValue> values = (List<DexEncodedValue>) dexAnnotationValue.getEncodedValue().getValue();

Completed in 39 milliseconds