Searched refs:getEncodedValue (Results 1 – 3 of 3) sorted by relevance
55 public DexEncodedValue getEncodedValue() { in getEncodedValue() method in DexAnnotationAttributeImpl61 return getName() + " " + getEncodedValue(); in toString()
224 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()
36 public DexEncodedValue getEncodedValue(); in getEncodedValue() method