From 25118d1aa2274d258c183187b90963a11840b0f3 Mon Sep 17 00:00:00 2001 From: Jason Monk Date: Tue, 10 May 2016 13:25:50 -0400 Subject: [PATCH] Add constants for settings pages Some settings pages weren't extending SettingsPreferenceFragment and they need to. Bug: 28634520 Change-Id: Iebb63027b6390974eb2070b3388763d49e9529e6 --- proto/src/metrics_constants.proto | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index c417fe8ae5cc6..f6de94fab8bb0 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2191,6 +2191,15 @@ message MetricsEvent { // CATEGORY: SETTINGS ACCOUNTS_WORK_PROFILE_SETTINGS = 401; + // Settings -> Dev options -> Convert to file encryption + CONVERT_FBE = 402; + + // Settings -> Dev options -> Convert to file encryption -> WIPE AND CONVERT... + CONVERT_FBE_CONFIRM = 403; + + // Settings -> Dev options -> Running services + RUNNING_SERVICES = 404; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS }