Add more metrics constants for new Storage settings.

Bug: 35063738
Test: Settings robotests
Change-Id: I3f99399fd7d48d1eeafa7e2e26c7932c47869b3f
This commit is contained in:
Daniel Nishi
2017-02-08 10:18:19 -08:00
parent ceb250424a
commit c581bfcb1d

View File

@@ -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.