Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java399 final ShortcutInfo oldShortcut = findShortcutById(newShortcut.getId()); in addOrReplaceDynamicShortcut() local
439 final ShortcutInfo oldShortcut = findShortcutById(newShortcut.getId()); in pushDynamicShortcut() local
656 final ShortcutInfo oldShortcut = findShortcutById(shortcutId); in deleteOrDisableWithId() local
669 mutateShortcut(oldShortcut.getId(), oldShortcut, si -> { in deleteOrDisableWithId() local
1281 final ShortcutInfo oldShortcut = findShortcutById(id); in publishManifestShortcuts() local