Add logging for smart replies in notifications.
Log the first time a notification with smart replies is visible. Log each click on a smart reply. Test: atest SystemUITests Bug: 72153458 Change-Id: I6dc498871000dbb9af978567db3d258b20978781
This commit is contained in:
@@ -64,6 +64,8 @@ interface IStatusBarService
|
||||
in NotificationVisibility[] noLongerVisibleKeys);
|
||||
void onNotificationExpansionChanged(in String key, in boolean userAction, in boolean expanded);
|
||||
void onNotificationDirectReplied(String key);
|
||||
void onNotificationSmartRepliesAdded(in String key, in int replyCount);
|
||||
void onNotificationSmartReplySent(in String key, in int replyIndex);
|
||||
void onNotificationSettingsViewed(String key);
|
||||
void setSystemUiVisibility(int vis, int mask, String cause);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user