Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java331 private boolean mIsEmergencyShutdown; field in CarPowerManagementService
994 mIsEmergencyShutdown = false; // TODO add cancel test in handleWaitForVhal()
1210 if (!mIsEmergencyShutdown) { in updateShutdownPrepareStatus()
1211 mIsEmergencyShutdown = newState.mShutdownType == PowerState.SHUTDOWN_TYPE_EMERGENCY; in updateShutdownPrepareStatus()
1212 Slogf.d(TAG, "set mIsEmergencyShutdown to " + mIsEmergencyShutdown); in updateShutdownPrepareStatus()
1230 timeoutMs = mIsEmergencyShutdown ? 0 : getPreShutdownPrepareTimeoutConfig(); in handlePreShutdownPrepare()
1265 isEmergencyShutdown = mIsEmergencyShutdown; in doShutdownPrepare()