Searched refs:oldDynamicShortcuts (Results 1 – 1 of 1) sorted by relevance
133 List<ShortcutInfo> oldDynamicShortcuts = new ArrayList<>(shortcutManager.getDynamicShortcuts()); in refresh() local134 Delta delta = computeDelta(oldDynamicShortcuts, newDynamicShortcutsById); in refresh()173 @NonNull List<ShortcutInfo> oldDynamicShortcuts, in computeDelta()176 if (oldDynamicShortcuts.isEmpty()) { in computeDelta()181 for (ShortcutInfo oldInfo : oldDynamicShortcuts) { in computeDelta()200 if (!containsShortcut(oldDynamicShortcuts, newId)) { in computeDelta()