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

Commit 193ac83c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add events for bubble session duration per app" into main

parents d9c4acdb 5e84d05c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -75,6 +75,12 @@ public class BubbleLogger {
        @UiEvent(doc = "Bubble session ended.")
        BUBBLE_SESSION_ENDED(2423),

        @UiEvent(doc = "The newly selected bubble while expanded.")
        BUBBLE_SESSION_SWITCHED_TO(2427),

        @UiEvent(doc = "The previously selected bubble while expanded.")
        BUBBLE_SESSION_SWITCHED_FROM(2428),

        // endregion

        // region bubble bar events
@@ -175,6 +181,12 @@ public class BubbleLogger {
        @UiEvent(doc = "Bubble Bar session ended.")
        BUBBLE_BAR_SESSION_ENDED(2425),

        @UiEvent(doc = "The newly selected bubble bar bubble while expanded.")
        BUBBLE_BAR_SESSION_SWITCHED_TO(2429),

        @UiEvent(doc = "The previously selected bubble bar bubble while expanded.")
        BUBBLE_BAR_SESSION_SWITCHED_FROM(2430),

        // endregion
        ;