Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/
DNotifierTest.java120 mTestExecutor.simulateAsyncExecutionOfLastCommand(); in testVibrateEnabled_wiredCharging()
137 mTestExecutor.simulateAsyncExecutionOfLastCommand(); in testVibrateDisabled_wiredCharging()
153 mTestExecutor.simulateAsyncExecutionOfLastCommand(); in testVibrateEnabled_wirelessCharging()
170 mTestExecutor.simulateAsyncExecutionOfLastCommand(); in testVibrateDisabled_wirelessCharging()
189 mTestExecutor.simulateAsyncExecutionOfLastCommand(); in testVibrateEnabled_dndOn()
206 mTestExecutor.simulateAsyncExecutionOfLastCommand(); in testWirelessAnimationEnabled()
223 mTestExecutor.simulateAsyncExecutionOfLastCommand(); in testWirelessAnimationDisabled()
398 public void simulateAsyncExecutionOfLastCommand() { in simulateAsyncExecutionOfLastCommand() method in NotifierTest.FakeExecutor