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

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

Merge "Add metric constants for cross profile settings page" into rvc-dev

parents 943e9735 b56f02da
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -186,4 +186,15 @@ enum EventId {
  RESOLVER_EMPTY_STATE_NO_SHARING_TO_WORK= 159;
  RESOLVER_EMPTY_STATE_NO_APPS_RESOLVED= 160;
  RESOLVER_AUTOLAUNCH_CROSS_PROFILE_TARGET = 161;
  CROSS_PROFILE_SETTINGS_PAGE_LAUNCHED_FROM_APP = 162;
  CROSS_PROFILE_SETTINGS_PAGE_LAUNCHED_FROM_SETTINGS = 163;
  CROSS_PROFILE_SETTINGS_PAGE_ADMIN_RESTRICTED = 164;
  CROSS_PROFILE_SETTINGS_PAGE_MISSING_WORK_APP = 165;
  CROSS_PROFILE_SETTINGS_PAGE_MISSING_PERSONAL_APP = 166;
  CROSS_PROFILE_SETTINGS_PAGE_MISSING_INSTALL_BANNER_INTENT = 167;
  CROSS_PROFILE_SETTINGS_PAGE_INSTALL_BANNER_CLICKED = 168;
  CROSS_PROFILE_SETTINGS_PAGE_INSTALL_BANNER_NO_INTENT_CLICKED  = 169;
  CROSS_PROFILE_SETTINGS_PAGE_USER_CONSENTED = 170;
  CROSS_PROFILE_SETTINGS_PAGE_USER_DECLINED_CONSENT = 171;
  CROSS_PROFILE_SETTINGS_PAGE_PERMISSION_REVOKED = 172;
}