Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java2253 restartService(/* totalRestarts= */ 1); in testPersistStatsOnShutdownEnter()
2553 restartService(/* totalRestarts= */ 1); in testUserNotificationOnHistoricalRecurrentOveruse()
2876 restartService(/* totalRestarts= */ 1); in testDisableHistoricalRecurrentlyOverusingApp()
2922 restartService(/* totalRestarts= */ 2); in testDisableHistoricalRecurrentlyOverusingApp()
3092 restartService(/* totalRestarts= */ 1); in testPullSystemIoUsageSummaryAtomsWithRestart()
3192 restartService(/* totalRestarts= */ 1); in testPullUidIoUsageSummaryAtomsWithRestart()
3635 private void restartService(int totalRestarts) throws Exception { in restartService() method in CarWatchdogServiceUnitTest