summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/proto/android/stats/devicepolicy/device_policy_enums.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/proto/android/stats/devicepolicy/device_policy_enums.proto b/core/proto/android/stats/devicepolicy/device_policy_enums.proto
index 896ee4fa42a5..7c1a04944d68 100644
--- a/core/proto/android/stats/devicepolicy/device_policy_enums.proto
+++ b/core/proto/android/stats/devicepolicy/device_policy_enums.proto
@@ -197,4 +197,8 @@ enum EventId {
CROSS_PROFILE_SETTINGS_PAGE_USER_CONSENTED = 170;
CROSS_PROFILE_SETTINGS_PAGE_USER_DECLINED_CONSENT = 171;
CROSS_PROFILE_SETTINGS_PAGE_PERMISSION_REVOKED = 172;
+ DOCSUI_EMPTY_STATE_NO_PERMISSION = 173;
+ DOCSUI_EMPTY_STATE_QUIET_MODE = 174;
+ DOCSUI_LAUNCH_OTHER_APP = 175;
+ DOCSUI_PICK_RESULT = 176;
}