Searched refs:pinnedShortcuts (Results 1 – 2 of 2) sorted by relevance
220 List<String> pinnedShortcuts = getPinnedShortcutsFromPackageAsUser(getContext(), in toggleShortcutPinned() local224 pinnedShortcuts.remove(mShortcutId); in toggleShortcutPinned()226 pinnedShortcuts.add(mShortcutId); in toggleShortcutPinned()230 name.getPackageName(), pinnedShortcuts, mUserHandle); in toggleShortcutPinned() local
720 final Set<String> pinnedShortcuts = new ArraySet<>(); in refreshPinnedFlags() local729 pinnedShortcuts.addAll(pinned); in refreshPinnedFlags()732 final List<ShortcutInfo> pinned = findAll(pinnedShortcuts); in refreshPinnedFlags()741 if (!pinnedShortcuts.contains(si.getId()) && si.isPinned()) { in refreshPinnedFlags()