Searched refs:setShutdownTimersForTest (Results 1 – 4 of 4) sorted by relevance
984 mService.setShutdownTimersForTest(10, 40); in testSleepEntryAndWakeUpForProcessing()1063 mService.setShutdownTimersForTest(1000, 1000); in testShutdownPrepareWithCompletion_timeout()1951 mService.setShutdownTimersForTest(/* pollingIntervalMs= */ 0, /* shutdownTimeoutMs= */ 0); in testDisableWifiAndTethering()2294 mService.setShutdownTimersForTest(pollingIntervalMs, prepareTimeMs); in testDumpToProto()2637 mService.setShutdownTimersForTest(0, 0); in setService()2665 mService.setShutdownTimersForTest(0, 0); in setRefactoredService()
480 mService.setShutdownTimersForTest(0, 0); in setService()
806 mCarPowerManagementService.setShutdownTimersForTest(STATE_POLLING_INTERVAL_MS, in startDisplayStateMonitoring()
590 public void setShutdownTimersForTest(int pollingIntervalMs, int shutdownTimeoutMs) { in setShutdownTimersForTest() method in CarPowerManagementService