Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
H A 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
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
H A DDhcpServerTest.java153 public void waitForShutdown() { in waitForShutdown() method in DhcpServerTest.MyDhcpServer
214 mServer.waitForShutdown(); in tearDown()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
H A DCarPowerManagerUnitTest.java579 public void waitForShutdown(long timeoutMs) throws Exception { in waitForShutdown() method in CarPowerManagerUnitTest.MockSystemStateInterface