Home
last modified time | relevance | path

Searched refs:oldDynamicShortcuts (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DDynamicShortcuts.java133 List<ShortcutInfo> oldDynamicShortcuts = new ArrayList<>(shortcutManager.getDynamicShortcuts()); in refresh() local
134 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()