Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2367 int currentPowerState = getPowerState(); in initializePowerPolicy() local
2368 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()