Searched refs:currentPowerState (Results 1 – 1 of 1) sorted by relevance
2367 int currentPowerState = getPowerState(); in initializePowerPolicy() local2368 if (currentPowerState != CarPowerManager.STATE_WAIT_FOR_VHAL in initializePowerPolicy()2369 && currentPowerState != CarPowerManager.STATE_ON) { in initializePowerPolicy()2372 powerStateToString(currentPowerState)); in initializePowerPolicy()2374 notifyPowerStateChangeToDaemon(daemon, currentPowerState); in initializePowerPolicy()