From 59321c69c8a35cfd97b4718952619d8a7356039f Mon Sep 17 00:00:00 2001 From: Android Dialer Date: Mon, 23 Apr 2018 16:48:28 -0700 Subject: Add spam blocking promo notification after user reports spam in after call notification. Bug: 76436793 Test: SpamNotificationServiceTest PiperOrigin-RevId: 194006876 Change-Id: I7325599cc5581200f124a8fb64a8f4938675c734 --- java/com/android/dialer/logging/dialer_impression.proto | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'java/com/android/dialer/logging') diff --git a/java/com/android/dialer/logging/dialer_impression.proto b/java/com/android/dialer/logging/dialer_impression.proto index cc65bf9ed..b1d038d35 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: 1379 + // Next Tag: 1382 enum Type { UNKNOWN_AOSP_EVENT_TYPE = 1000; @@ -746,5 +746,13 @@ message DialerImpression { LIGHTBRINGER_VIDEO_REQUESTED_FOR_FAVORITE_CONTACT = 1376; LIGHTBRINGER_VIDEO_REQUESTED_FOR_SUGGESTED_CONTACT = 1377; LIGHTBRINGER_VIDEO_REQUESTED_FOR_FAVORITE_CONTACT_DISAMBIG = 1378; + + // Spam blocking after call notification promo shown for user. + SPAM_BLOCKING_AFTER_CALL_NOTIFICATION_PROMO_SHOWN = 1379; + // User enabled spam blocking through after call notification promo. + SPAM_BLOCKING_ENABLED_THROUGH_AFTER_CALL_NOTIFICATION_PROMO = 1380; + // Failure happened while enabling spam blocking through after call + // notification promo. + SPAM_BLOCKING_MODIFY_FAILURE_THROUGH_AFTER_CALL_NOTIFICATION_PROMO = 1381; } } -- cgit v1.2.3