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

Commit 385df92c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Define the proto for updateState of the controller"

parents 13cc1902 69c5d2f9
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;
}

/**