Searched refs:newAnnotations (Results 1 – 1 of 1) sorted by relevance
52 ArrayList<Object> newAnnotations; in withAnnotation() local54 newAnnotations = new ArrayList<>(); in withAnnotation()56 newAnnotations = new ArrayList<>(existingAnnotations); in withAnnotation()58 newAnnotations.add(annotation); in withAnnotation()60 CronetCallOptions.CRONET_ANNOTATIONS_KEY, Collections.unmodifiableList(newAnnotations)); in withAnnotation()