Searched refs:annotation1 (Results 1 – 2 of 2) sorted by relevance
70 public int compare(Annotation annotation1, Annotation annotation2) {71 return annotation1.getType().compareTo(annotation2.getType());
604 Object annotation1 = new Object(); in withAnnotation() local606 CallOptions callOptions = CronetCallOptions.withAnnotation(CallOptions.DEFAULT, annotation1); in withAnnotation()631 verify(builder).addRequestAnnotation(annotation1); in withAnnotation()