Home
last modified time | relevance | path

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

/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/
DCronetCallOptions.java52 ArrayList<Object> newAnnotations; in withAnnotation() local
54 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()