Home
last modified time | relevance | path

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

/test/suite_harness/tools/dex-tools/test/dex/reader/
DDexFileReaderTests.java223 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0); in testG0() local
224 assertNotNull(dexAnnotationValue.getEncodedValue()); in testG0()
225 Object value = dexAnnotationValue.getEncodedValue().getValue(); in testG0()
248 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0); in testG1() local
249 assertNotNull(dexAnnotationValue.getEncodedValue()); in testG1()
250 Object value = dexAnnotationValue.getEncodedValue().getValue(); in testG1()
301 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0); in testOuter0() local
302 assertNotNull(dexAnnotationValue.getEncodedValue()); in testOuter0()
303 …List<DexEncodedValue> values = (List<DexEncodedValue>) dexAnnotationValue.getEncodedValue().getVal… in testOuter0()