Home
last modified time | relevance | path

Searched defs:packageIoOveruseStats (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DICarWatchdogServiceForSystem.aidl64 oneway void latestIoOveruseStats(in List<PackageIoOveruseStats> packageIoOveruseStats); in latestIoOveruseStats()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java233 List<PackageIoOveruseStats> packageIoOveruseStats = Collections.singletonList( in testGetResourceOveruseStats() local
272 List<PackageIoOveruseStats> packageIoOveruseStats = Arrays.asList( in testGetAllResourceOveruseStatsWithNoMinimum() local
332 List<PackageIoOveruseStats> packageIoOveruseStats = Arrays.asList( in testGetAllResourceOveruseStatsWithMinimum() local
366 List<PackageIoOveruseStats> packageIoOveruseStats = Arrays.asList( in testGetResourceOveruseStatsForUserPackage() local
560 List<PackageIoOveruseStats> packageIoOveruseStats = Collections.singletonList( in testResourceOveruseListenerForSystem() local
1015 List<PackageIoOveruseStats> packageIoOveruseStats = Arrays.asList( in testLatestIoOveruseStats() local
1357 List<PackageIoOveruseStats> packageIoOveruseStats = new ArrayList<>(); in injectIoOveruseStatsForPackages() local
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogServiceHelper.cpp196 const std::vector<PackageIoOveruseStats>& packageIoOveruseStats) { in latestIoOveruseStats()
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java509 public void latestIoOveruseStats(List<PackageIoOveruseStats> packageIoOveruseStats) { in latestIoOveruseStats()
DWatchdogPerfHandler.java511 public void latestIoOveruseStats(List<PackageIoOveruseStats> packageIoOveruseStats) { in latestIoOveruseStats()