Searched refs:triggeringKey (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | GroupHelper.java | 219 void addAutoGroupSummary(int userId, String pkg, String triggeringKey, int flags); in addAutoGroupSummary() argument
|
H A D | NotificationManagerService.java | 2693 public void addAutoGroupSummary(int userId, String pkg, String triggeringKey, in getGroupHelper() argument 2695 NotificationRecord r = createAutoGroupSummary(userId, pkg, triggeringKey, flags); in getGroupHelper() 6094 NotificationRecord createAutoGroupSummary(int userId, String pkg, String triggeringKey, 6099 NotificationRecord notificationRecord = mNotificationsByKey.get(triggeringKey);
|