Searched refs:pinnedIds (Results 1 – 1 of 1) sorted by relevance
113 List<String> pinnedIds = extractIds(queryForPinnedShortcuts(packageName, user)); in unpinShortcut() local114 pinnedIds.remove(id); in unpinShortcut()116 mLauncherApps.pinShortcuts(packageName, pinnedIds, user); in unpinShortcut()135 List<String> pinnedIds = extractIds(queryForPinnedShortcuts(packageName, user)); in pinShortcut() local136 pinnedIds.add(id); in pinShortcut()138 mLauncherApps.pinShortcuts(packageName, pinnedIds, user); in pinShortcut()