Searched refs:mActiveShortcutBubbles (Results 1 – 1 of 1) sorted by relevance
74 private HashMap<String, HashMap<String, String>> mActiveShortcutBubbles = new HashMap<>(); field in ShortcutHelper105 HashMap<String, String> shortcutBubbles = mActiveShortcutBubbles.get(packageName);126 mActiveShortcutBubbles.remove(packageName);128 && mActiveShortcutBubbles.isEmpty()) {249 HashMap<String, String> packageBubbles = mActiveShortcutBubbles.get( in maybeListenForShortcutChangesForBubbles()255 mActiveShortcutBubbles.put(r.getSbn().getPackageName(), packageBubbles); in maybeListenForShortcutChangesForBubbles()262 HashMap<String, String> packageBubbles = mActiveShortcutBubbles.get( in maybeListenForShortcutChangesForBubbles()281 mActiveShortcutBubbles.remove(r.getSbn().getPackageName()); in maybeListenForShortcutChangesForBubbles()284 if (mLauncherAppsCallbackRegistered && mActiveShortcutBubbles.isEmpty()) { in maybeListenForShortcutChangesForBubbles()