Searched refs:mPinnedShortcuts (Results 1 – 1 of 1) sorted by relevance
65 final private ArrayMap<PackageWithUser, ArraySet<String>> mPinnedShortcuts = new ArrayMap<>(); field in ShortcutLauncher97 new ArrayList<>(mPinnedShortcuts.keySet()); in onRestoreBlocked()98 mPinnedShortcuts.clear(); in onRestoreBlocked()134 mPinnedShortcuts.remove(pu); in pinShortcuts()136 final ArraySet<String> prevSet = mPinnedShortcuts.get(pu); in pinShortcuts()160 mPinnedShortcuts.put(pu, newSet); in pinShortcuts()171 return mPinnedShortcuts.get(PackageWithUser.of(packageUserId, packageName)); in getPinnedShortcutIds()202 return mPinnedShortcuts.remove(PackageWithUser.of(packageUserId, packageName)) != null; in cleanUpPackage()225 final int size = mPinnedShortcuts.size(); in saveToXml()236 final PackageWithUser pu = mPinnedShortcuts.keyAt(i); in saveToXml()[all …]