Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPowerManagementServiceTest.java141 mPowerSignalListener.waitForShutdown(WAIT_TIMEOUT_MS); in testShutdown()
142 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testShutdown()
151 mPowerSignalListener.waitForShutdown(WAIT_TIMEOUT_MS); in testShutdownWithProcessing()
154 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testShutdownWithProcessing()
315 public void waitForShutdown(long timeoutMs) throws Exception { in waitForShutdown() method in CarPowerManagementServiceTest.MockSystemStateInterface
401 public void waitForShutdown(long timeoutMs) throws Exception { in waitForShutdown() method in CarPowerManagementServiceTest.PowerSignalListener