Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DWatchdogStorageUnitTest.java241 .that(mService.saveIoUsageStats(sampleStatsForToday())).isTrue(); in testGetHistoricalIoOveruseStats()
280 .that(mService.saveIoUsageStats(sampleStatsForToday())).isTrue(); in testGetHistoricalIoOveruseStatsWithNoRecentStats()
457 List<WatchdogStorage.IoUsageStatsEntry> ioUsageStatsEntries = sampleStatsForToday(); in testDeleteUserPackage()
483 List<WatchdogStorage.IoUsageStatsEntry> ioUsageStatsEntries = sampleStatsForToday(); in testDeleteUserPackageWithNonexistentPackage()
531 List<WatchdogStorage.IoUsageStatsEntry> ioUsageStatsEntries = sampleStatsForToday(); in testSyncUsers()
577 List<WatchdogStorage.IoUsageStatsEntry> ioUsageStatsEntries = sampleStatsForToday(); in testSyncUsersWithNoDataForDeletedUser()
750 private ArrayList<WatchdogStorage.IoUsageStatsEntry> sampleStatsForToday() { in sampleStatsForToday() method in WatchdogStorageUnitTest