HomeSort by relevance Sort by last modified time
    Searched refs:getEncodedValue (Results 1 - 5 of 5) 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();
  /cts/tools/signature-tools/src/signature/converter/dex/
DexToSigConverter.java 435 .getEncodedValue();
443 .getEncodedValue()));
    [all...]
DexUtil.java 396 return dexAnnotationAttribute.getEncodedValue().getValue();

Completed in 833 milliseconds