Home
last modified time | relevance | path

Searched refs:smartActionCount (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java78 void onNotificationSmartSuggestionsAdded(String key, int smartReplyCount, int smartActionCount, in onNotificationSmartSuggestionsAdded() argument
H A DNotificationManagerService.java1290 int smartActionCount, boolean generatedByAssistant, boolean editBeforeSending) {
1295 r.setNumSmartActionsAdded(smartActionCount);
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl77 void onNotificationSmartSuggestionsAdded(String key, int smartReplyCount, int smartActionCount, in onNotificationSmartSuggestionsAdded() argument
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1482 int smartActionCount, boolean generatedByAssistant, boolean editBeforeSending) { in onNotificationSmartSuggestionsAdded() argument
1487 smartActionCount, generatedByAssistant, editBeforeSending); in onNotificationSmartSuggestionsAdded()