Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 510537ff authored by Maxim Pleshivenkov's avatar Maxim Pleshivenkov Committed by Android (Google) Code Review
Browse files

Merge "Update VehicleApPowerStateShutdownParam" into main

parents 6f69fb36 c9782c2e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,4 +40,5 @@ enum VehicleApPowerStateShutdownParam {
  SLEEP_IMMEDIATELY = 4,
  HIBERNATE_IMMEDIATELY = 5,
  CAN_HIBERNATE = 6,
  EMERGENCY_SHUTDOWN = 7,
}
+4 −0
Original line number Diff line number Diff line
@@ -45,4 +45,8 @@ enum VehicleApPowerStateShutdownParam {
     * AP can enter hibernation (suspend to disk) instead of shutting down completely.
     */
    CAN_HIBERNATE = 6,
    /**
     * AP must shutdown (gracefully) without a delay.
     */
    EMERGENCY_SHUTDOWN = 7,
}