Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/watchlist/
DReportEncoder.java81 final ByteArrayOutputStream reportOutputStream = new ByteArrayOutputStream(); in serializeReport() local
82 final ProtoOutputStream proto = new ProtoOutputStream(reportOutputStream); in serializeReport()
100 return reportOutputStream.toByteArray(); in serializeReport()