Searched refs:trailerList (Results 1 – 2 of 2) sorted by relevance
370 private List<Map.Entry<String, String>> trailerList; field in CronetClientStream.BidirectionalStreamCallback412 if (endOfStream && trailerList != null) { in onReadCompleted()414 reportHeaders(trailerList, true); in onReadCompleted()444 void processTrailers(List<Map.Entry<String, String>> trailerList) { in processTrailers() argument445 this.trailerList = trailerList; in processTrailers()452 reportHeaders(trailerList, true); in processTrailers()456 Log.v(LOG_TAG, "onResponseTrailersReceived. Trailer=" + trailerList.toString()); in processTrailers()467 if (trailerList != null) { in onSucceeded()468 reportHeaders(trailerList, true); in onSucceeded()528 return trailerList != null && state.readClosed; in haveTrailersBeenReported()
213 List<Map.Entry<String, String>> trailerList = new ArrayList<Map.Entry<String, String>>(3); in trailers() local215 trailerList.add(entry); in trailers()217 return trailerList; in trailers()