Searched refs:maxReplySizeBytes (Results 1 – 3 of 3) sorted by relevance
207 callStat.maxReplySizeBytes = in processCallEnded()208 Math.max(callStat.maxReplySizeBytes, parcelReplySize); in processCallEnded()305 exported.maxReplySizeBytes = stat.maxReplySizeBytes; in getExportedCallStats()430 .append(',').append(mDetailedTracking ? e.maxReplySizeBytes : '_') in dumpLocked()587 public long maxReplySizeBytes; field in BinderCallsStats.ExportedCallStat621 public long maxReplySizeBytes; field in BinderCallsStats.CallStat
198 assertEquals(0, callStats.maxReplySizeBytes); in testSampling()319 assertEquals(REPLY_SIZE, callStatsList.get(0).maxReplySizeBytes); in testParcelSize()528 assertEquals(REPLY_SIZE, stat.maxReplySizeBytes); in testGetExportedStatsWhenDetailedTrackingEnabled()
1314 e.writeLong(callStat.maxReplySizeBytes); in pullBinderCallsStats()