Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java660 final ArrayMap<Integer, ArrayMap<String, String>> mAutobundledSummaries = new ArrayMap<>(); field in NotificationManagerService
1000 ArrayMap<String, String> summaries = mAutobundledSummaries.get(userId); in updateAutobundledSummaryLocked()
6661 ArrayMap<String, String> summaries = mAutobundledSummaries.get(userId);
6674 ArrayMap<String, String> summaries = mAutobundledSummaries.get(sbn.getUserId());
6693 ArrayMap<String, String> summaries = mAutobundledSummaries.get(userId);
6697 mAutobundledSummaries.put(userId, summaries);
9767 mAutobundledSummaries.get(r.getSbn().getUserId());
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2493 mService.mAutobundledSummaries.put(0, new ArrayMap<>()); in testAutobundledSummary_notificationAdded()
2494 mService.mAutobundledSummaries.get(0).put("pkg", summary.getKey()); in testAutobundledSummary_notificationAdded()
2511 mService.mAutobundledSummaries.put(0, new ArrayMap<>()); in testAutobundledSummary_notificationRemoved()
2512 mService.mAutobundledSummaries.get(0).put("pkg", summary.getKey()); in testAutobundledSummary_notificationRemoved()