Searched refs:maxReplySizeBytes (Results 1 – 3 of 3) sorted by relevance
341 callStat.maxReplySizeBytes = in processCallEnded()342 Math.max(callStat.maxReplySizeBytes, parcelReplySize); in processCallEnded()545 exported.maxReplySizeBytes = stat.maxReplySizeBytes; in getExportedCallStat()648 .append(',').append(mDetailedTracking ? e.maxReplySizeBytes : '_') in dumpLocked()902 public long maxReplySizeBytes; field in BinderCallsStats.ExportedCallStat936 public long maxReplySizeBytes; field in BinderCallsStats.CallStat960 clone.maxReplySizeBytes = maxReplySizeBytes; in clone()
209 assertEquals(0, callStats.maxReplySizeBytes); in testSampling()358 assertEquals(REPLY_SIZE, callStatsList.get(0).maxReplySizeBytes); in testParcelSize()582 assertEquals(REPLY_SIZE, stat.maxReplySizeBytes); in testGetExportedStatsWhenDetailedTrackingEnabled()
2630 callStat.cpuTimeMicros, callStat.maxCpuTimeMicros, callStat.maxReplySizeBytes,