Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java745 constructInternalIoOveruseStats(/* killableOnOveruse= */ true, in testGetAllResourceOveruseStatsWithNoMinimum()
784 constructInternalIoOveruseStats(/* killableOnOveruse= */ true, in testGetAllResourceOveruseStatsWithNoMinimumForPast7days()
860 constructInternalIoOveruseStats(/* killableOnOveruse= */ true, in testGetAllResourceOveruseStatsForSharedPackage()
874 constructInternalIoOveruseStats(/* killableOnOveruse= */ true, in testGetAllResourceOveruseStatsForSharedPackage()
932 constructInternalIoOveruseStats(/* killableOnOveruse= */ true, in testGetAllResourceOveruseStatsWithMinimum()
969 constructInternalIoOveruseStats(/* killableOnOveruse= */ true, in testGetAllResourceOveruseStatsWithMinimumForPast7days()
3991 constructInternalIoOveruseStats( in sampleIoOveruseStats()
3998 constructInternalIoOveruseStats( in sampleIoOveruseStats()
4005 constructInternalIoOveruseStats( in sampleIoOveruseStats()
4012 constructInternalIoOveruseStats( in sampleIoOveruseStats()
[all …]
H A DWatchdogStorageUnitTest.java799 constructInternalIoOveruseStats(startTime, duration, remainingWriteBytes, in constructIoUsageStatsEntry()
805 private static android.automotive.watchdog.IoOveruseStats constructInternalIoOveruseStats( in constructInternalIoOveruseStats() method in WatchdogStorageUnitTest