From c581bfcb1d09cce97346c3e0de0150b47260ba8a Mon Sep 17 00:00:00 2001 From: Daniel Nishi Date: Wed, 8 Feb 2017 10:18:19 -0800 Subject: [PATCH] Add more metrics constants for new Storage settings. Bug: 35063738 Test: Settings robotests Change-Id: I3f99399fd7d48d1eeafa7e2e26c7932c47869b3f --- proto/src/metrics_constants.proto | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 8d2f0c3145bf2..c822652da9f61 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3429,6 +3429,26 @@ message MetricsEvent { // VALUE: true if the connection was successful, false if the connection failed WIFI_NETWORK_RECOMMENDATION_CONNECTION_SUCCESS = 837; + // OPEN: Settings > Storage > Games + // CATEGORY: SETTINGS + // OS: O + APPLICATIONS_STORAGE_GAMES = 838; + + // OPEN: Settings > Storage > Audio and Music + // CATEGORY: SETTINGS + // OS: O + APPLICATIONS_STORAGE_MUSIC = 839; + + // ACTION: Settings > Storage > Free Up Space to launch Deletion Helper + // CATEGORY: SETTINGS + // OS: O + STORAGE_FREE_UP_SPACE_NOW = 840; + + // ACTION: Settings > Storage > Files to open the File Manager + // CATEGORY: SETTINGS + // OS: O + STORAGE_FILES = 841; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line.