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

Commit e257e456 authored by Christine Franks's avatar Christine Franks
Browse files

Add metrics constants for Night Display auto mode

Bug: 69973773
Test: make -j100
Change-Id: I378cda9169a3482d087f491884200de804c1e1bf
parent 2d375453
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -5257,6 +5257,23 @@ message MetricsEvent {
    // OS: P
    FIELD_END_BATTERY_PERCENT = 1308;

    // ACTION: Settings > Display > Night Light
    // SUBTYPE: com.android.server.display.ColorDisplayService.AutoMode value
    // CATEGORY: SETTINGS
    // OS: P
    ACTION_NIGHT_DISPLAY_AUTO_MODE_CHANGED = 1309;

    // ACTION: Settings > Display > Night Light
    // CATEGORY: SETTINGS
    // SUBTYPE: 0 is starting time, 1 is ending time
    // OS: P
    ACTION_NIGHT_DISPLAY_AUTO_MODE_CUSTOM_TIME_CHANGED = 1310;

    // FIELD: Current mode corresponding to a QS tile
    // CATEGORY: QUICK SETTINGS
    // OS: P
    FIELD_QS_MODE = 1311;

    // ---- End P Constants, all P constants go above this line ----
    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS