Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DEventStore.java73 mEventHistoryMaps.add(CATEGORY_SHORTCUT_BASED, new ArrayMap<>()); in EventStore()
75 mEventHistoryMaps.add(CATEGORY_CALL, new ArrayMap<>()); in EventStore()
76 mEventHistoryMaps.add(CATEGORY_SMS, new ArrayMap<>()); in EventStore()
77 mEventHistoryMaps.add(CATEGORY_CLASS_BASED, new ArrayMap<>()); in EventStore()
109 for (Map<String, EventHistoryImpl> map : mEventHistoryMaps) { in saveToDisk()
124 return mEventHistoryMaps.get(category).get(key); in getEventHistory()
137 return mEventHistoryMaps.get(category).computeIfAbsent(key, in getOrCreateEventHistory()
161 mEventHistoryMaps.get(category).clear(); in deleteEventHistories()
166 for (Map<String, EventHistoryImpl> map : mEventHistoryMaps) { in pruneOldEvents()
181 Set<String> keys = mEventHistoryMaps.get(category).keySet(); in pruneOrphanEventHistories()
[all …]