Searched refs:smartReplyCount (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationDelegate.java | 78 void onNotificationSmartSuggestionsAdded(String key, int smartReplyCount, int smartActionCount, in onNotificationSmartSuggestionsAdded() argument
|
H A D | NotificationManagerService.java | 1289 public void onNotificationSmartSuggestionsAdded(String key, int smartReplyCount, 1294 r.setNumSmartRepliesAdded(smartReplyCount);
|
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBarService.aidl | 77 void onNotificationSmartSuggestionsAdded(String key, int smartReplyCount, int smartActionCount, in onNotificationSmartSuggestionsAdded() argument
|
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 1481 public void onNotificationSmartSuggestionsAdded(String key, int smartReplyCount, in onNotificationSmartSuggestionsAdded() argument 1486 mNotificationDelegate.onNotificationSmartSuggestionsAdded(key, smartReplyCount, in onNotificationSmartSuggestionsAdded()
|