Searched refs:mPackageUserToDotInfos (Results 1 – 1 of 1) sorted by relevance
61 private Map<PackageUserKey, DotInfo> mPackageUserToDotInfos = new HashMap<>(); field in PopupDataProvider82 DotInfo dotInfo = mPackageUserToDotInfos.get(postedPackageUserKey); in onNotificationPosted()85 mPackageUserToDotInfos.put(postedPackageUserKey, dotInfo); in onNotificationPosted()95 DotInfo oldDotInfo = mPackageUserToDotInfos.get(removedPackageUserKey); in onNotificationRemoved()98 mPackageUserToDotInfos.remove(removedPackageUserKey); in onNotificationRemoved()101 trimNotifications(mPackageUserToDotInfos); in onNotificationRemoved()110 mPackageUserToDotInfos.clear(); in onNotificationFullRefresh()113 DotInfo dotInfo = mPackageUserToDotInfos.get(packageUserKey); in onNotificationFullRefresh()116 mPackageUserToDotInfos.put(packageUserKey, dotInfo); in onNotificationFullRefresh()122 for (PackageUserKey packageUserKey : mPackageUserToDotInfos.keySet()) { in onNotificationFullRefresh()[all …]