summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/logging
diff options
context:
space:
mode:
authortwyen <twyen@google.com>2018-04-24 14:34:33 -0700
committerCopybara-Service <copybara-piper@google.com>2018-04-25 11:45:21 -0700
commit0a5c34d103dc8701e55035e98e6d9fd6c2caf33e (patch)
tree5a2abde1030ae51aea7df5a8830cd3f782fcfddb /java/com/android/dialer/logging
parent66adad0ab9921afcf3aefab270c030ceee9888df (diff)
Disable entries in CallingAccountSelector that are not selectable
This CL also unifies the disabled color for primary and secondary text. The in call UI dialog will be implemented in a followup CL. TEST=TAP DEFAULT_VALUE_OK=no server. Bug: 69675796,72618783 Test: TAP PiperOrigin-RevId: 194147061 Change-Id: I5be5a45a7df09061a3bf391f6ae2a32d9c73b6e3
Diffstat (limited to 'java/com/android/dialer/logging')
-rw-r--r--java/com/android/dialer/logging/dialer_impression.proto8
1 files changed, 5 insertions, 3 deletions
diff --git a/java/com/android/dialer/logging/dialer_impression.proto b/java/com/android/dialer/logging/dialer_impression.proto
index c6c93eee6..7cd22079c 100644
--- a/java/com/android/dialer/logging/dialer_impression.proto
+++ b/java/com/android/dialer/logging/dialer_impression.proto
@@ -12,7 +12,7 @@ message DialerImpression {
// Event enums to be used for Impression Logging in Dialer.
// It's perfectly acceptable for this enum to be large
// Values should be from 1000 to 100000.
- // Next Tag: 1389
+ // Next Tag: 1392
enum Type {
UNKNOWN_AOSP_EVENT_TYPE = 1000;
@@ -626,7 +626,11 @@ message DialerImpression {
DUAL_SIM_SELECTION_NON_SUGGESTED_SIM_SELECTED = 1304;
DUAL_SIM_SELECTION_PREFERRED_SET = 1305;
DUAL_SIM_SELECTION_PREFERRED_USED = 1306;
+ DUAL_SIM_SELECTION_PREFERRED_NOT_SELECTABLE = 1389;
DUAL_SIM_SELECTION_GLOBAL_USED = 1307;
+ DUAL_SIM_SELECTION_GLOBAL_NOT_SELECTABLE = 1390;
+ DUAL_SIM_SELECTION_SUGGESTION_AUTO_SELECTED = 1322;
+ DUAL_SIM_SELECTION_SUGGESTION_AUTO_NOT_SELECTABLE = 1391;
DUO_CALL_LOG_SET_UP_INSTALL = 1308;
DUO_CALL_LOG_SET_UP_ACTIVATE = 1309;
@@ -655,8 +659,6 @@ message DialerImpression {
// Drag bubble to bottom and end call
BUBBLE_V2_BOTTOM_ACTION_END_CALL = 1321;
- DUAL_SIM_SELECTION_SUGGESTION_AUTO_SELECTED = 1322;
-
// Bubble appears
BUBBLE_V2_SHOW = 1323;