Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java223 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testShutdown()
244 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testShutdownImmediately()
279 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testShutdownOnSuspend()
343 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testShutdownWithProcessing()
769 public void waitForShutdown(long timeoutMs) throws Exception { in waitForShutdown() method in CarPowerManagementServiceUnitTest.MockSystemStateInterface
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpServerTest.java153 public void waitForShutdown() { in waitForShutdown() method in DhcpServerTest.MyDhcpServer
214 mServer.waitForShutdown(); in tearDown()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
DCarPowerManagerUnitTest.java576 public void waitForShutdown(long timeoutMs) throws Exception { in waitForShutdown() method in CarPowerManagerUnitTest.MockSystemStateInterface