Register new TTS settings page for speed and pitch sliders.

Test: mmma -j40 frameworks/base
Change-Id: I870fb060ac792cab715ad9c7954962cca2c29e76
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 341438d..036b6c2 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -3331,6 +3331,11 @@
     // ACTION: Deny "Enable picture-in-picture on hide" for an app
     APP_PICTURE_IN_PICTURE_ON_HIDE_DENY = 814;
 
+    // OPEN: Settings > Language & input > Text-to-speech output -> Speech rate & pitch
+    // CATEGORY: SETTINGS
+    // OS: 8.0
+    TTS_SLIDERS = 815;
+
     // ---- End O Constants, all O constants go above this line ----
 
     // Add new aosp constants above this line.