Searched refs:packageIoOveruseStats (Results 1 – 6 of 6) sorted by relevance
233 List<PackageIoOveruseStats> packageIoOveruseStats = Collections.singletonList( in testGetResourceOveruseStats() local240 mWatchdogServiceForSystemImpl.latestIoOveruseStats(packageIoOveruseStats); in testGetResourceOveruseStats()245 packageIoOveruseStats.get(0).ioOveruseStats); in testGetResourceOveruseStats()272 List<PackageIoOveruseStats> packageIoOveruseStats = Arrays.asList( in testGetAllResourceOveruseStatsWithNoMinimum() local285 mWatchdogServiceForSystemImpl.latestIoOveruseStats(packageIoOveruseStats); in testGetAllResourceOveruseStatsWithNoMinimum()290 packageIoOveruseStats.get(0).ioOveruseStats), in testGetAllResourceOveruseStatsWithNoMinimum()293 packageIoOveruseStats.get(1).ioOveruseStats)); in testGetAllResourceOveruseStatsWithNoMinimum()332 List<PackageIoOveruseStats> packageIoOveruseStats = Arrays.asList( in testGetAllResourceOveruseStatsWithMinimum() local345 mWatchdogServiceForSystemImpl.latestIoOveruseStats(packageIoOveruseStats); in testGetAllResourceOveruseStatsWithMinimum()350 packageIoOveruseStats.get(1).ioOveruseStats)); in testGetAllResourceOveruseStatsWithMinimum()[all …]
70 packageIoOveruseStats) = 0;111 packageIoOveruseStats);
196 const std::vector<PackageIoOveruseStats>& packageIoOveruseStats) { in latestIoOveruseStats() argument203 return service->latestIoOveruseStats(packageIoOveruseStats); in latestIoOveruseStats()
509 public void latestIoOveruseStats(List<PackageIoOveruseStats> packageIoOveruseStats) { in latestIoOveruseStats() argument510 if (packageIoOveruseStats.isEmpty()) { in latestIoOveruseStats()519 service.mWatchdogPerfHandler.latestIoOveruseStats(packageIoOveruseStats); in latestIoOveruseStats()
511 public void latestIoOveruseStats(List<PackageIoOveruseStats> packageIoOveruseStats) { in latestIoOveruseStats() argument512 int[] uids = new int[packageIoOveruseStats.size()]; in latestIoOveruseStats()513 for (int i = 0; i < packageIoOveruseStats.size(); ++i) { in latestIoOveruseStats()514 uids[i] = packageIoOveruseStats.get(i).uid; in latestIoOveruseStats()519 for (PackageIoOveruseStats stats : packageIoOveruseStats) { in latestIoOveruseStats()
64 oneway void latestIoOveruseStats(in List<PackageIoOveruseStats> packageIoOveruseStats); in latestIoOveruseStats() argument