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()
222 assertEquals(0, callStats.maxReplySizeBytes); in testSampling()371 assertEquals(REPLY_SIZE, callStatsList.get(0).maxReplySizeBytes); in testParcelSize()595 assertEquals(REPLY_SIZE, stat.maxReplySizeBytes); in testGetExportedStatsWhenDetailedTrackingEnabled()
2789 callStat.cpuTimeMicros, callStat.maxCpuTimeMicros, callStat.maxReplySizeBytes,