Searched refs:packageBubbles (Results 1 – 1 of 1) sorted by relevance
249 HashMap<String, String> packageBubbles = mActiveShortcutBubbles.get( in maybeListenForShortcutChangesForBubbles() local251 if (packageBubbles == null) { in maybeListenForShortcutChangesForBubbles()252 packageBubbles = new HashMap<>(); in maybeListenForShortcutChangesForBubbles()254 packageBubbles.put(shortcutId, r.getKey()); in maybeListenForShortcutChangesForBubbles()255 mActiveShortcutBubbles.put(r.getSbn().getPackageName(), packageBubbles); in maybeListenForShortcutChangesForBubbles() local262 HashMap<String, String> packageBubbles = mActiveShortcutBubbles.get( in maybeListenForShortcutChangesForBubbles() local264 if (packageBubbles != null) { in maybeListenForShortcutChangesForBubbles()266 packageBubbles.remove(shortcutId); in maybeListenForShortcutChangesForBubbles()269 final Set<String> shortcutIds = new HashSet<>(packageBubbles.keySet()); in maybeListenForShortcutChangesForBubbles()273 String entryKey = packageBubbles.get(pkgShortcutId); in maybeListenForShortcutChangesForBubbles()[all …]