Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java338 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in shutdownTest_withCarPowerCancelShellCommand()
558 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testHibernateAbort()
603 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testShutdownImmediately()
657 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testEmergencyShutdown()
767 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testShutdownOnSuspend()
836 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testShutdownWithProcessing()
1056 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testRegisterListenerWithCompletion()
1094 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testUnregisterListenerWithCompletion()
2045 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testSuspendFailure()
2051 mSystemStateInterface.waitForShutdown(WAIT_TIMEOUT_MS); in testSuspendFailureWithForbiddenTransition()
[all …]
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpServerTest.java153 public void waitForShutdown() { in waitForShutdown() method in DhcpServerTest.MyDhcpServer
215 mServer.waitForShutdown(); in tearDown()