Searched refs:dexAnnotationValue (Results 1 – 1 of 1) sorted by relevance
223 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0); in testG0() local224 assertNotNull(dexAnnotationValue.getEncodedValue()); in testG0()225 Object value = dexAnnotationValue.getEncodedValue().getValue(); in testG0()248 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0); in testG1() local249 assertNotNull(dexAnnotationValue.getEncodedValue()); in testG1()250 Object value = dexAnnotationValue.getEncodedValue().getValue(); in testG1()301 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0); in testOuter0() local302 assertNotNull(dexAnnotationValue.getEncodedValue()); in testOuter0()303 …List<DexEncodedValue> values = (List<DexEncodedValue>) dexAnnotationValue.getEncodedValue().getVal… in testOuter0()