Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogStorageUnitTest.java87 mTimeSource.updateNow(/* numDaysAgo= */ 0); in setUp()
285 mTimeSource.updateNow(/* numDaysAgo= */ 0); in testOverwriteIoOveruseStats()
323 mTimeSource.updateNow(/* numDaysAgo= */ i); in testGetHistoricalIoOveruseStats()
337 mTimeSource.updateNow(/* numDaysAgo= */ 0); in testGetHistoricalIoOveruseStats()
367 mTimeSource.updateNow(/* numDaysAgo= */ i); in testGetHistoricalIoOveruseStatsWithNoRecentStats()
381 mTimeSource.updateNow(/* numDaysAgo= */ 0); in testGetHistoricalIoOveruseStatsWithNoRecentStats()
760 mTimeSource.updateNow(/* numDaysAgo= */ 1); in testTruncateStatsOutsideRetentionPeriodOnDateChange()
782 mTimeSource.updateNow(/* numDaysAgo= */ 0); in testTruncateStatsOutsideRetentionPeriodOnDateChange()
1159 void updateNow(int numDaysAgo) { in updateNow() method in WatchdogStorageUnitTest.TestTimeSource
DWatchdogPerfHandlerUnitTest.java515 mTimeSource.updateNow(/* numDaysAgo= */ 1); in testWriteToDatabaseForSaveIoUsageStatsWithForgive()
1783 mTimeSource.updateNow(PACKAGE_KILLABLE_STATE_RESET_DAYS); in testResetPackageKillableStateDuringBootup()
1794 mTimeSource.updateNow(PACKAGE_KILLABLE_STATE_RESET_DAYS / 2); in testResetPackageKillableStateDuringBootup()
1803 mTimeSource.updateNow(/* numDaysAgo= */ 0); in testResetPackageKillableStateDuringBootup()
1823 mTimeSource.updateNow(PACKAGE_KILLABLE_STATE_RESET_DAYS); in testResetPackageKillableStateDuringDateChange()
1849 mTimeSource.updateNow(/* numDaysAgo= */ 0); in testResetPackageKillableStateDuringDateChange()
2724 mTimeSource.updateNow(/* numDaysAgo= */ 1); in testDisableRecurrentlyOverusingAppWhenDisplayDisabledAfterDateChange()
2736 mTimeSource.updateNow(/* numDaysAgo= */ 0); in testDisableRecurrentlyOverusingAppWhenDisplayDisabledAfterDateChange()
2942 mTimeSource.updateNow(/* numDaysAgo= */ 1); in testDisableHistoricalRecurrentlyOverusingAppAfterDateChange()
2959 mTimeSource.updateNow(/* numDaysAgo= */ 0); in testDisableHistoricalRecurrentlyOverusingAppAfterDateChange()
[all …]
DCarWatchdogServiceUnitTest.java318 mTimeSource.updateNow(/* numDaysAgo= */ 0); in setUp()
1565 void updateNow(int numDaysAgo) { in updateNow() method in CarWatchdogServiceUnitTest.TestTimeSource
/packages/apps/Settings/src/com/android/settings/applications/
DRunningServiceDetails.java106 mState.updateNow(); in stopActiveService()
111 mState.updateNow(); in stopActiveService()
114 mState.updateNow(); in stopActiveService()
DRunningState.java818 void updateNow() { in updateNow() method in RunningState