Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogStorageUnitTest.java819 .that(mService.getNotForgivenHistoricalIoOveruses(/* numDaysAgo= */ 7)) in testForgiveHistoricalOveruses()
835 .that(mService.getNotForgivenHistoricalIoOveruses(/* numDaysAgo= */ 7)) in testForgiveHistoricalOveruses()
DWatchdogPerfHandlerUnitTest.java514 .getNotForgivenHistoricalIoOveruses(RECURRING_OVERUSE_PERIOD_IN_DAYS); in testWriteToDatabaseForSaveIoUsageStatsWithForgive()
2878 .getNotForgivenHistoricalIoOveruses(RECURRING_OVERUSE_PERIOD_IN_DAYS); in testDisableHistoricalRecurrentlyOverusingApp()
2940 .getNotForgivenHistoricalIoOveruses(RECURRING_OVERUSE_PERIOD_IN_DAYS); in testDisableHistoricalRecurrentlyOverusingAppAfterDateChange()
3525 .getNotForgivenHistoricalIoOveruses(RECURRING_OVERUSE_PERIOD_IN_DAYS); in testUserNotificationOnHistoricalRecurrentOveruse()
4689 .getNotForgivenHistoricalIoOveruses(RECURRING_OVERUSE_PERIOD_IN_DAYS); in mockWatchdogStorage()
4956 verify(mSpiedWatchdogStorage, times(wantedInvocations)).getNotForgivenHistoricalIoOveruses( in verifyDatabaseInit()
DCarWatchdogServiceUnitTest.java1136 .getNotForgivenHistoricalIoOveruses(RECURRING_OVERUSE_PERIOD_IN_DAYS); in mockWatchdogStorage()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java391 public List<NotForgivenOverusesEntry> getNotForgivenHistoricalIoOveruses(int numDaysAgo) { in getNotForgivenHistoricalIoOveruses() method in WatchdogStorage
DWatchdogPerfHandler.java1372 mWatchdogStorage.getNotForgivenHistoricalIoOveruses(mRecurringOverusePeriodInDays); in syncHistoricalNotForgivenOveruses()