Searched refs:smartActionCount (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 | 1290 int smartActionCount, boolean generatedByAssistant, boolean editBeforeSending) { 1295 r.setNumSmartActionsAdded(smartActionCount);
|
/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 | 1482 int smartActionCount, boolean generatedByAssistant, boolean editBeforeSending) { in onNotificationSmartSuggestionsAdded() argument 1487 smartActionCount, generatedByAssistant, editBeforeSending); in onNotificationSmartSuggestionsAdded()
|