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

Commit 69c5d2f9 authored by Sunny Shao's avatar Sunny Shao
Browse files

Define the proto for updateState of the controller

- Define the ACTION_CONTROLLER_UPDATE_STATE for settings_enums.proto.

Bug: 137558156
Test: compilation
Change-Id: I979b94c3cd168ed34a8fa091f093889547a6fca8
parent 211e2b65
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -688,6 +688,11 @@ enum Action {

    // ACTION: Settings > Initialize Search bar > Verify Slice > Other exception
    ACTION_VERIFY_SLICE_OTHER_EXCEPTION = 1727;

    // Custom tag to evaluate the consuming time of the Controller.updateState.
    // CATEGORY: SETTINGS
    // OS: R
    ACTION_CONTROLLER_UPDATE_STATE = 1728;
}

/**