summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/logging
diff options
context:
space:
mode:
authoryueg <yueg@google.com>2018-01-02 16:23:14 -0800
committerCopybara-Service <copybara-piper@google.com>2018-01-02 16:47:06 -0800
commitf473e1d0988bb13874a0774db9cbcd66777f9150 (patch)
tree0bdad6c3221ca608439b5b518d746ccce89cb120 /java/com/android/dialer/logging
parent31586c7946fdc1a238d64bba07fbab9b0c4ea872 (diff)
Bubble v2 dismiss.
Drag and drop bubble to bottom to hide or end call. Flinging to bottom does not trigger the actions. Color/text is not final. Navigation bar is not hiden and the change will be in a following CL. Bug: 67605985 Test: NewBubbleTest PiperOrigin-RevId: 180608133 Change-Id: Iff4cb32226d8fbf0f8e5319f6876a1d74c336b4a
Diffstat (limited to 'java/com/android/dialer/logging')
-rw-r--r--java/com/android/dialer/logging/dialer_impression.proto6
1 files changed, 5 insertions, 1 deletions
diff --git a/java/com/android/dialer/logging/dialer_impression.proto b/java/com/android/dialer/logging/dialer_impression.proto
index 2d2eebf67..a17d365b1 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: 1320
+ // Next Tag: 1322
enum Type {
UNKNOWN_AOSP_EVENT_TYPE = 1000;
@@ -644,5 +644,9 @@ message DialerImpression {
BUBBLE_V2_BLUETOOTH = 1318;
// User ended call from bubble call action menu
BUBBLE_V2_END_CALL = 1319;
+ // Drag bubble to bottom and dismiss
+ BUBBLE_V2_BOTTOM_ACTION_DISMISS = 1320;
+ // Drag bubble to bottom and end call
+ BUBBLE_V2_BOTTOM_ACTION_END_CALL = 1321;
}
}