Searched refs:maxRequestSizeBytes (Results 1 – 3 of 3) sorted by relevance
339 callStat.maxRequestSizeBytes = in processCallEnded()340 Math.max(callStat.maxRequestSizeBytes, parcelRequestSize); in processCallEnded()544 exported.maxRequestSizeBytes = stat.maxRequestSizeBytes; in getExportedCallStat()647 .append(',').append(mDetailedTracking ? e.maxRequestSizeBytes : '_') in dumpLocked()901 public long maxRequestSizeBytes; field in BinderCallsStats.ExportedCallStat935 public long maxRequestSizeBytes; field in BinderCallsStats.CallStat959 clone.maxRequestSizeBytes = maxRequestSizeBytes; in clone()
221 assertEquals(0, callStats.maxRequestSizeBytes); in testSampling()370 assertEquals(REQUEST_SIZE, callStatsList.get(0).maxRequestSizeBytes); in testParcelSize()594 assertEquals(REQUEST_SIZE, stat.maxRequestSizeBytes); in testGetExportedStatsWhenDetailedTrackingEnabled()
2790 callStat.maxRequestSizeBytes, callStat.recordedCallCount,