Searched refs:triggeringKey (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | GroupHelper.java | 433 void addAutoGroupSummary(int userId, String pkg, String triggeringKey, in addAutoGroupSummary() argument
|
D | NotificationManagerService.java | 2845 public void addAutoGroupSummary(int userId, String pkg, String triggeringKey, in getGroupHelper() argument 2847 NotificationRecord r = createAutoGroupSummary(userId, pkg, triggeringKey, in getGroupHelper() 6679 NotificationRecord createAutoGroupSummary(int userId, String pkg, String triggeringKey, 6684 NotificationRecord notificationRecord = mNotificationsByKey.get(triggeringKey);
|