Searched refs:packageUserKey (Results 1 – 9 of 9) sorted by relevance
112 PackageUserKey packageUserKey = PackageUserKey.fromNotification(notification); in onNotificationFullRefresh() local113 DotInfo dotInfo = mPackageUserToDotInfos.get(packageUserKey); in onNotificationFullRefresh()116 mPackageUserToDotInfos.put(packageUserKey, dotInfo); in onNotificationFullRefresh()122 for (PackageUserKey packageUserKey : mPackageUserToDotInfos.keySet()) { in onNotificationFullRefresh()123 DotInfo prevDot = updatedDots.get(packageUserKey); in onNotificationFullRefresh()124 DotInfo newDot = mPackageUserToDotInfos.get(packageUserKey); in onNotificationFullRefresh()127 updatedDots.put(packageUserKey, newDot); in onNotificationFullRefresh()132 updatedDots.remove(packageUserKey); in onNotificationFullRefresh()232 public List<WidgetItem> getWidgetsForPackageUser(PackageUserKey packageUserKey) { in getWidgetsForPackageUser() argument235 && row.mPkgItem.packageName.equals(packageUserKey.mPackageName)) in getWidgetsForPackageUser()[all …]
67 PackageUserKey packageUserKey = new PackageUserKey(app.getPackageName(), in execute() local69 if (allWidgets.containsKey(packageUserKey)) { in execute()70 List<WidgetItem> notAddedWidgets = allWidgets.get(packageUserKey).stream() in execute()
403 public void onHeaderClicked(boolean showWidgets, PackageUserKey packageUserKey) { in onHeaderClicked() argument405 if (!showWidgets && !packageUserKey.equals(mWidgetsContentVisiblePackageUserKey)) return; in onHeaderClicked()410 mWidgetsContentVisiblePackageUserKey = packageUserKey; in onHeaderClicked()418 mPendingClickHeader = packageUserKey; in onHeaderClicked()
27 void onHeaderClicked(boolean showWidgets, PackageUserKey packageUserKey); in onHeaderClicked() argument
48 public final PackageUserKey packageUserKey; field in NotificationInfo66 packageUserKey = PackageUserKey.fromNotification(statusBarNotification); in NotificationInfo()
289 .keySet().forEach(packageUserKey -> packages.add(packageUserKey.mPackageName)); in getInvalidWidgetInfo()
348 .forEach(packageUserKey -> validPackages.add(packageUserKey.mPackageName)); in getValidPackages()
1013 .forEach(packageUserKey -> validPackages.add(packageUserKey.mPackageName));
3174 final PackageUserKey packageUserKey = new PackageUserKey(null, null); in updateNotificationDots() local3175 Predicate<ItemInfo> matcher = info -> !packageUserKey.updateFromItemInfo(info) in updateNotificationDots()3176 || updatedDots.test(packageUserKey); in updateNotificationDots()