Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java3635 private void restartService(int totalRestarts) throws Exception { in restartService() argument
3639 verify(mMockWatchdogStorage, times(totalRestarts)).saveIoUsageStats(any()); in restartService()
3640 verify(mMockWatchdogStorage, times(totalRestarts)).saveUserPackageSettings(any()); in restartService()
3641 verify(mMockWatchdogStorage, times(totalRestarts)).release(); in restartService()
3644 initService(/* wantedInvocations= */ totalRestarts + 1); in restartService()