Searched refs:mIsEmergencyShutdown (Results 1 – 1 of 1) sorted by relevance
331 private boolean mIsEmergencyShutdown; field in CarPowerManagementService994 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()