Searched refs:forgiveHistoricalOveruses (Results 1 – 4 of 4) sorted by relevance
554 verify(mSpiedWatchdogStorage).forgiveHistoricalOveruses(mPackagesByUserIdCaptor.capture(), in testWriteToDatabaseForSaveIoUsageStatsWithForgive()2928 verify(mSpiedWatchdogStorage).forgiveHistoricalOveruses(mPackagesByUserIdCaptor.capture(), in testDisableHistoricalRecurrentlyOverusingApp()2962 verify(mSpiedWatchdogStorage).forgiveHistoricalOveruses(mPackagesByUserIdCaptor.capture(), in testDisableHistoricalRecurrentlyOverusingAppAfterDateChange()3321 verify(mSpiedWatchdogStorage, never()).forgiveHistoricalOveruses(any(), anyInt()); in testNoWriteToDbOnDateChangeWithNoStats()
827 mService.forgiveHistoricalOveruses(packagesToForgiveByUserId, /* numDaysAgo= */ 7); in testForgiveHistoricalOveruses()
421 public void forgiveHistoricalOveruses(SparseArray<List<String>> packagesByUserId, in forgiveHistoricalOveruses() method in WatchdogStorage
1461 mWatchdogStorage.forgiveHistoricalOveruses(forgivePackagesByUserId, in writeStats()