Searched refs:constructCarWatchdogPerStateBytes (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
H A D | CarWatchdogServiceUnitTest.java | 2081 WatchdogPerfHandler.constructCarWatchdogPerStateBytes(10, 20, 30), in testLatestIoOveruseStats() 2084 WatchdogPerfHandler.constructCarWatchdogPerStateBytes(30, 60, 90), in testLatestIoOveruseStats() 2177 WatchdogPerfHandler.constructCarWatchdogPerStateBytes(10, 20, 30), in testLatestIoOveruseStatsWithSharedUid() 2180 WatchdogPerfHandler.constructCarWatchdogPerStateBytes(30, 60, 90), in testLatestIoOveruseStatsWithSharedUid() 4054 WatchdogPerfHandler.constructCarWatchdogPerStateBytes(10, 20, 30); in sampleReportedOveruseStats() 4056 WatchdogPerfHandler.constructCarWatchdogPerStateBytes(20, 40, 60); in sampleReportedOveruseStats() 4058 WatchdogPerfHandler.constructCarWatchdogPerStateBytes(30, 60, 90); in sampleReportedOveruseStats() 4060 WatchdogPerfHandler.constructCarWatchdogPerStateBytes(100, 200, 300); in sampleReportedOveruseStats() 4082 WatchdogPerfHandler.constructCarWatchdogPerStateBytes(20, 40, 60); in sampleReportedKillStats() 4084 WatchdogPerfHandler.constructCarWatchdogPerStateBytes(30, 60, 90); in sampleReportedKillStats() [all …]
|
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/ |
H A D | WatchdogStorage.java | 1002 .setWrittenBytes(WatchdogPerfHandler.constructCarWatchdogPerStateBytes( in queryDailySystemIoUsageSummaries() 1092 .setWrittenBytes(WatchdogPerfHandler.constructCarWatchdogPerStateBytes( in queryTopUsersDailyIoUsageSummaries()
|
H A D | WatchdogPerfHandler.java | 1717 constructCarWatchdogPerStateBytes(threshold.foregroundBytes, in constructCarWatchdogIoOveruseStatsLocked() 1719 constructCarWatchdogPerStateBytes(writtenBytes.foregroundBytes, in constructCarWatchdogIoOveruseStatsLocked() 2342 static AtomsProto.CarWatchdogPerStateBytes constructCarWatchdogPerStateBytes( in constructCarWatchdogPerStateBytes() method in WatchdogPerfHandler
|