Searched refs:totalRestarts (Results 1 – 1 of 1) sorted by relevance
3635 private void restartService(int totalRestarts) throws Exception { in restartService() argument3639 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()