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

Commit fed537e6 authored by Jim Kaye's avatar Jim Kaye Committed by Android (Google) Code Review
Browse files

Merge "[AAE Power Mgt] Allow Suspend to RAM without triggering Garage Mode"

parents d38f9947 f210a8ca
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -2569,6 +2569,11 @@ enum VehicleApPowerStateShutdownParam : int32_t {

    /** AP can only shutdown with postponing allowed. */
    SHUTDOWN_ONLY = 3,

    /**
     * AP may enter deep sleep, but must either sleep or shut down immediately.
     * Postponing is not allowed. */
    SLEEP_IMMEDIATELY = 4,
};

enum VehicleApPowerStateReport : int32_t {
@@ -3581,4 +3586,3 @@ enum VmsAvailabilityStateIntegerValuesIndex : VmsBaseMessageIntegerValuesIndex {
enum VmsPublisherInformationIntegerValuesIndex : VmsBaseMessageIntegerValuesIndex {
    PUBLISHER_ID = 1,
};