Searched refs:sampleStatsForToday (Results 1 – 1 of 1) sorted by relevance
241 .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