summaryrefslogtreecommitdiff
path: root/java/com/android/newbubble
diff options
context:
space:
mode:
authoryueg <yueg@google.com>2018-01-10 11:30:30 -0800
committerCopybara-Service <copybara-piper@google.com>2018-01-10 12:18:11 -0800
commit2f664038adf9750a263bdc52c0721cd5978f2a3a (patch)
tree9734974c3b968e273ead53fc281646617bb45a9d /java/com/android/newbubble
parentc2450479069d7c03ed295a62debea14ab7a95f1b (diff)
Log impression when bubble v2 appears.
Bug: 67605985 Test: NewBubbleTest PiperOrigin-RevId: 181493569 Change-Id: I30f7204ad9c78693e2c9b054bd69307fb4768a0b
Diffstat (limited to 'java/com/android/newbubble')
-rw-r--r--java/com/android/newbubble/NewBubble.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/com/android/newbubble/NewBubble.java b/java/com/android/newbubble/NewBubble.java
index 202cfcd33..cb7a09469 100644
--- a/java/com/android/newbubble/NewBubble.java
+++ b/java/com/android/newbubble/NewBubble.java
@@ -381,6 +381,8 @@ public class NewBubble {
return;
}
+ logBasicOrCallImpression(DialerImpression.Type.BUBBLE_V2_SHOW);
+
boolean isRtl =
TextUtils.getLayoutDirectionFromLocale(Locale.getDefault()) == View.LAYOUT_DIRECTION_RTL;
if (windowParams == null) {