Home
last modified time | relevance | path

Searched defs:protoStats (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/services/src/test/java/io/grpc/protobuf/services/
H A DChannelzProtoUtilTest.java860 ChannelData protoStats = channelData.toBuilder().setTrace(channelTrace).build(); in channelTrace_withoutEvents() local
861 assertEquals(ChannelzProtoUtil.extractChannelData(stats), protoStats); in channelTrace_withoutEvents() local
903 ChannelData protoStats = channelData in channelTrace_withEvents() local
910 assertEquals(ChannelzProtoUtil.extractChannelData(stats), protoStats); in channelTrace_withEvents() local