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

Commit 6cd4716f authored by Mahaver's avatar Mahaver
Browse files

Provisioning terms screen constants

They are logged only once per provisioning session.

Test: NA

Bug: 34434241
Change-Id: Icc45f132ec2e43efe0fa6920eb97eaeb585ee2d1
parent 1628b97e
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -3311,6 +3311,16 @@ message MetricsEvent {
    // OS: 8.0
    MANAGE_EXTERNAL_SOURCES = 808;

    // ACTION: Logged when terms activity finishes.
    // TIME: Indicates time taken by terms activity to finish in MS.
    PROVISIONING_TERMS_ACTIVITY_TIME_MS = 809;

    // Indicates number of terms displayed on the terms screen.
    PROVISIONING_TERMS_COUNT = 810;

    // Indicates number of terms read on the terms screen.
    PROVISIONING_TERMS_READ = 811;

    // ---- End O Constants, all O constants go above this line ----

    // Add new aosp constants above this line.