Home
last modified time | relevance | path

Searched defs:oldShortcut (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java398 final ShortcutInfo oldShortcut = findShortcutById(newShortcut.getId()); in addOrReplaceDynamicShortcut() local
438 final ShortcutInfo oldShortcut = findShortcutById(newShortcut.getId()); in pushDynamicShortcut() local
655 final ShortcutInfo oldShortcut = findShortcutById(shortcutId); in deleteOrDisableWithId() local
668 mutateShortcut(oldShortcut.getId(), oldShortcut, si -> { in deleteOrDisableWithId() local
1276 final ShortcutInfo oldShortcut = findShortcutById(id); in publishManifestShortcuts() local