From 7f2cace68b849f2bfb70ddad1879940cf47788c4 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Fri, 17 Feb 2017 12:05:48 -0800 Subject: [PATCH] Add metrics for default assist/voice input pickers Bug: 35203386 Test: Builds Change-Id: Ic131eacfec84e79bcc3734f8f56b8e9848672e9b --- proto/src/metrics_constants.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index fc5a9fc6e088f..c81bd1b4c04d2 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3452,6 +3452,12 @@ message MetricsEvent { // FIELD - Rank of the clicked Settings search result FIELD_SETTINGS_SERACH_RESULT_RANK = 842; + // OPEN: Settings > Apps > Default Apps > Assist > Default assist + DEFAULT_ASSIST_PICKER = 843; + + // OPEN: Settings > Apps > Default Apps > Assist > Default voice input + DEFAULT_VOICE_INPUT_PICKER = 844; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line.