Home
last modified time | relevance | path

Searched refs:mAutobundledSummaries (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java613 final ArrayMap<Integer, ArrayMap<String, String>> mAutobundledSummaries = new ArrayMap<>(); field in NotificationManagerService
913 ArrayMap<String, String> summaries = mAutobundledSummaries.get(userId); in updateAutobundledSummaryFlags()
6076 ArrayMap<String, String> summaries = mAutobundledSummaries.get(userId);
6089 ArrayMap<String, String> summaries = mAutobundledSummaries.get(sbn.getUserId());
6108 ArrayMap<String, String> summaries = mAutobundledSummaries.get(userId);
6112 mAutobundledSummaries.put(userId, summaries);
9398 mAutobundledSummaries.get(r.getSbn().getUserId());
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java2189 mService.mAutobundledSummaries.put(0, new ArrayMap<>()); in testAutobundledSummary_notificationAdded()
2190 mService.mAutobundledSummaries.get(0).put("pkg", summary.getKey()); in testAutobundledSummary_notificationAdded()
2206 mService.mAutobundledSummaries.put(0, new ArrayMap<>()); in testAutobundledSummary_notificationRemoved()
2207 mService.mAutobundledSummaries.get(0).put("pkg", summary.getKey()); in testAutobundledSummary_notificationRemoved()