Home
last modified time | relevance | path

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

/cts/tools/dex-tools/src/dex/reader/
DDexMethodImpl.java50 private final ParameterAnnotation parameterAnnotation; field in DexMethodImpl
57 ParameterAnnotation parameterAnnotation, String[] stringPool, in DexMethodImpl() argument
65 this.parameterAnnotation = parameterAnnotation; in DexMethodImpl()
75 if (parameterAnnotation != null) { in parseParameterAnnotations()
76 buffer.setPosition(parameterAnnotation.annotationsOff); in parseParameterAnnotations()
/cts/tools/dex-tools/test/dex/reader/
DDexFileReaderTests.java314 static final JavaSource parameterAnnotation = new JavaSource("A", field in DexFileReaderTests
326 DexFile dexFile = javaToDexUtil.getFrom(parameterAnnotation); in testParameterAnnotation()