Home
last modified time | relevance | path

Searched refs:packageIoUsage (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java2454 PackageIoUsage packageIoUsage = packageResourceUsage.ioUsage; in dumpUsageByUserPackageLocked() local
2465 packageIoUsage.mIoOveruseStats.killableOnOveruse); in dumpUsageByUserPackageLocked()
2466 dumpPerStateBytes(packageIoUsage.mIoOveruseStats.remainingWriteBytes, in dumpUsageByUserPackageLocked()
2469 packageIoUsage.mIoOveruseStats.startTime); in dumpUsageByUserPackageLocked()
2471 packageIoUsage.mIoOveruseStats.durationInSeconds); in dumpUsageByUserPackageLocked()
2473 dumpPerStateBytes(packageIoUsage.mIoOveruseStats.writtenBytes, in dumpUsageByUserPackageLocked()
2477 packageIoUsage.mIoOveruseStats.totalOveruses); in dumpUsageByUserPackageLocked()
2480 dumpPerStateBytes(packageIoUsage.mForgivenWriteBytes, in dumpUsageByUserPackageLocked()
2484 packageIoUsage.mForgivenOveruses); in dumpUsageByUserPackageLocked()
2486 packageIoUsage.mHistoricalNotForgivenOveruses); in dumpUsageByUserPackageLocked()
[all …]