Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java2090 Collections.singletonList(constructIoOveruseKillStatsReported(thirdPartyPkgUid, in testLatestIoOveruseStats()
2186 Collections.singletonList(constructIoOveruseKillStatsReported(thirdPartySharedUid, in testLatestIoOveruseStatsWithSharedUid()
4091 reportedKillStats.add(constructIoOveruseKillStatsReported( in sampleReportedKillStats()
4380 private static AtomsProto.CarWatchdogKillStatsReported constructIoOveruseKillStatsReported( in constructIoOveruseKillStatsReported() method in CarWatchdogServiceUnitTest