Searched refs:expectedReportedOveruseStats (Results 1 – 1 of 1) sorted by relevance
2078 List<AtomsProto.CarWatchdogIoOveruseStatsReported> expectedReportedOveruseStats = in testLatestIoOveruseStats() local2080 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() local2176 expectedReportedOveruseStats.add(constructIoOveruseStatsReported(criticalSysSharedUid, in testLatestIoOveruseStatsWithSharedUid()2179 expectedReportedOveruseStats.add(constructIoOveruseStatsReported(thirdPartySharedUid, in testLatestIoOveruseStatsWithSharedUid()2183 captureAndVerifyIoOveruseStatsReported(expectedReportedOveruseStats); in testLatestIoOveruseStatsWithSharedUid()