Searched refs:packageUserKey (Results 1 – 6 of 6) sorted by relevance
124 PackageUserKey packageUserKey = PackageUserKey.fromNotification(notification); in onNotificationFullRefresh() local125 DotInfo dotInfo = mPackageUserToDotInfos.get(packageUserKey); in onNotificationFullRefresh()128 mPackageUserToDotInfos.put(packageUserKey, dotInfo); in onNotificationFullRefresh()134 for (PackageUserKey packageUserKey : mPackageUserToDotInfos.keySet()) { in onNotificationFullRefresh()135 DotInfo prevDot = updatedDots.get(packageUserKey); in onNotificationFullRefresh()136 DotInfo newDot = mPackageUserToDotInfos.get(packageUserKey); in onNotificationFullRefresh()139 updatedDots.put(packageUserKey, newDot); in onNotificationFullRefresh()144 updatedDots.remove(packageUserKey); in onNotificationFullRefresh()227 public List<WidgetItem> getWidgetsForPackageUser(PackageUserKey packageUserKey) { in getWidgetsForPackageUser() argument229 if (entry.pkgItem.packageName.equals(packageUserKey.mPackageName)) { in getWidgetsForPackageUser()[all …]
120 sNotificationsChangedListener.onNotificationPosted(msg.packageUserKey,240 final PackageUserKey packageUserKey; field in NotificationListener.NotificationPostedMsg245 packageUserKey = PackageUserKey.fromNotification(sbn); in NotificationPostedMsg()
46 public final PackageUserKey packageUserKey; field in NotificationInfo62 packageUserKey = PackageUserKey.fromNotification(statusBarNotification); in NotificationInfo()
334 .keySet().forEach(packageUserKey -> packages.add(packageUserKey.mPackageName)); in getInvalidWidgetInfo()
977 .forEach(packageUserKey -> validPackages.add(packageUserKey.mPackageName));
3166 final PackageUserKey packageUserKey = new PackageUserKey(null, null); in updateNotificationDots() local3167 Predicate<ItemInfo> matcher = info -> !packageUserKey.updateFromItemInfo(info) in updateNotificationDots()3168 || updatedDots.test(packageUserKey); in updateNotificationDots()