Searched refs:cronetResponse (Results 1 – 1 of 1) sorted by relevance
184 @Nullable private CronetResponse cronetResponse; field in CronetUrlEngine.CronetCallback219 cronetResponse = new CronetResponse(urlRequest, urlResponseInfo, completionFuture, this); in onResponseStarted()220 responseFuture.set(cronetResponse); in onResponseStarted()318 CronetResponse cronetResponse = this.cronetResponse; in closeResponse() local319 if (cronetResponse == null) { in closeResponse()322 cronetResponse.close(); in closeResponse()