Searched refs:protoStream (Results 1 – 3 of 3) sorted by relevance
103 DebugInfo coreLibraryDebugInfo, ProtoOutputStream protoStream) { in reportTimeZoneInfoProto() argument105 long entryToken = protoStream.start(RuntimeServiceInfoProto.DEBUG_ENTRY); in reportTimeZoneInfoProto()106 protoStream.write(DebugEntryProto.KEY, debugEntry.getKey()); in reportTimeZoneInfoProto()107 protoStream.write(DebugEntryProto.STRING_VALUE, debugEntry.getStringValue()); in reportTimeZoneInfoProto()108 protoStream.end(entryToken); in reportTimeZoneInfoProto()
415 ProtoOutputStream protoStream = in addAugmentedProtoToDropbox() local417 protoStream.write(TombstoneWithHeadersProto.TOMBSTONE, tombstoneBytes); in addAugmentedProtoToDropbox()418 protoStream.write( in addAugmentedProtoToDropbox()421 protoStream.flush(); in addAugmentedProtoToDropbox()
78 final ProtoOutputStream protoStream = new ProtoOutputStream(bytes); in testPulledStats_RemoteViewReportPackages() local79 stats.writeToProto(REPORT_REMOTE_VIEWS, protoStream); in testPulledStats_RemoteViewReportPackages()80 protoStream.flush(); in testPulledStats_RemoteViewReportPackages()