Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DBedsteadJUnit4.java153 List<Annotation> replacementAnnotations = in resolveRecursiveAnnotations() local
155 annotations.addAll(index, replacementAnnotations); in resolveRecursiveAnnotations()
156 index += replacementAnnotations.size(); in resolveRecursiveAnnotations()
162 List<Annotation> replacementAnnotations = new ArrayList<>(); in getReplacementAnnotations() local
169 Collections.addAll(replacementAnnotations, annotations); in getReplacementAnnotations()
170 return replacementAnnotations; in getReplacementAnnotations()
178 return replacementAnnotations; in getReplacementAnnotations()
187 replacementAnnotations.addAll(getReplacementAnnotations( in getReplacementAnnotations()
191 replacementAnnotations.add(annotation); in getReplacementAnnotations()
193 return replacementAnnotations; in getReplacementAnnotations()
[all …]