Searched refs:doSendState (Results 1 – 1 of 1) sorted by relevance
63 doSendState(SET_WAIT_FOR_VHAL, 0); in sendWaitForVhal()69 doSendState(SET_DEEP_SLEEP_ENTRY, wakeupTimeSec); in sendSleepEntry()75 doSendState(SET_DEEP_SLEEP_EXIT, 0); in sendSleepExit()81 doSendState(SET_SHUTDOWN_POSTPONE, postponeTimeMs); in sendShutdownPostpone()87 doSendState(SET_SHUTDOWN_START, wakeupTimeSec); in sendShutdownStart()97 private synchronized void doSendState(int state, int param) { in doSendState() method in MockedPowerHalService