summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/logging/dialer_impression.proto
diff options
context:
space:
mode:
authorTobias Thierer <tobiast@google.com>2017-06-09 14:16:05 +0000
committerTobias Thierer <tobiast@google.com>2017-06-09 14:16:05 +0000
commitcded3beaf28a703e1ef8f71bbc6836e6806c3736 (patch)
treec1b5e8199b5996fc848e7455d04126b9cdbb3c39 /java/com/android/dialer/logging/dialer_impression.proto
parentc67d658e7daa453fe9ad9fd1a37f81eaf2048c44 (diff)
Revert "Update AOSP Dialer source from internal google3 repository at cl/158012278. am: 91ce7d2a47"
This reverts commit c67d658e7daa453fe9ad9fd1a37f81eaf2048c44. Reason for revert: This CL broke the sailfish-userdebug_javac-all target on master. Change-Id: I9b54333a654c00154ca84f4ece84bea4f07cc19b
Diffstat (limited to 'java/com/android/dialer/logging/dialer_impression.proto')
-rw-r--r--java/com/android/dialer/logging/dialer_impression.proto19
1 files changed, 1 insertions, 18 deletions
diff --git a/java/com/android/dialer/logging/dialer_impression.proto b/java/com/android/dialer/logging/dialer_impression.proto
index 1d8c828ff..541614623 100644
--- a/java/com/android/dialer/logging/dialer_impression.proto
+++ b/java/com/android/dialer/logging/dialer_impression.proto
@@ -5,12 +5,11 @@ option java_package = "com.android.dialer.logging";
option java_multiple_files = true;
option optimize_for = LITE_RUNTIME;
-
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:1196
+ // Next Tag:1191
enum Type {
UNKNOWN_AOSP_EVENT_TYPE = 1000;
@@ -387,21 +386,5 @@ message DialerImpression {
VVM_STATUS_CHECK_REACTIVATION = 1189;
VVM_ARCHIVE_AUTO_DELETE_FAILED_DUE_TO_FAILED_QUOTA_CHECK = 1190;
-
- // User pressed the speaker phone button on the return-to-call bubble
- BUBBLE_TURN_ON_SPEAKERPHONE = 1191;
- // User pressed the speaker phone button again on the return-to-call bubble
- BUBBLE_TURN_ON_WIRED_OR_EARPIECE = 1192;
- // User muted the call from the return-to-call bubble
- BUBBLE_MUTE_CALL = 1193;
- // User unmuted the call from the return-to-call bubble
- BUBBLE_UNMUTE_CALL = 1194;
- // User ended the call from the return-to-call bubble
- BUBBLE_END_CALL = 1195;
-
- LIGHTBRINGER_VIDEO_REQUESTED_FROM_SEARCH = 1196;
- LIGHTBRINGER_VIDEO_REQUESTED_FROM_CALL_LOG = 1197;
- IMS_VIDEO_REQUESTED_FROM_SEARCH = 1198;
- IMS_VIDEO_REQUESTED_FROM_CALL_LOG = 1199;
}
}