Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java2078 List<AtomsProto.CarWatchdogIoOveruseStatsReported> expectedReportedOveruseStats = in testLatestIoOveruseStats() local
2080 expectedReportedOveruseStats.add(constructIoOveruseStatsReported(criticalSysPkgUid, in testLatestIoOveruseStats()
2083 expectedReportedOveruseStats.add(constructIoOveruseStatsReported(thirdPartyPkgUid, in testLatestIoOveruseStats()
2087 captureAndVerifyIoOveruseStatsReported(expectedReportedOveruseStats); in testLatestIoOveruseStats()
2174 List<AtomsProto.CarWatchdogIoOveruseStatsReported> expectedReportedOveruseStats = in testLatestIoOveruseStatsWithSharedUid() local
2176 expectedReportedOveruseStats.add(constructIoOveruseStatsReported(criticalSysSharedUid, in testLatestIoOveruseStatsWithSharedUid()
2179 expectedReportedOveruseStats.add(constructIoOveruseStatsReported(thirdPartySharedUid, in testLatestIoOveruseStatsWithSharedUid()
2183 captureAndVerifyIoOveruseStatsReported(expectedReportedOveruseStats); in testLatestIoOveruseStatsWithSharedUid()