Searched refs:mPinnedShortcuts (Results 1 – 1 of 1) sorted by relevance
73 final private ArrayMap<PackageWithUser, ArraySet<String>> mPinnedShortcuts = new ArrayMap<>(); field in ShortcutLauncher105 new ArrayList<>(mPinnedShortcuts.keySet()); in onRestoreBlocked()106 mPinnedShortcuts.clear(); in onRestoreBlocked()142 mPinnedShortcuts.remove(pu); in pinShortcuts()144 final ArraySet<String> prevSet = mPinnedShortcuts.get(pu); in pinShortcuts()168 mPinnedShortcuts.put(pu, newSet); in pinShortcuts()179 return mPinnedShortcuts.get(PackageWithUser.of(packageUserId, packageName)); in getPinnedShortcutIds()210 return mPinnedShortcuts.remove(PackageWithUser.of(packageUserId, packageName)) != null; in cleanUpPackage()233 final int size = mPinnedShortcuts.size(); in saveToXml()244 final PackageWithUser pu = mPinnedShortcuts.keyAt(i); in saveToXml()[all …]