Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutRequestPinProcessor.java304 final ShortcutInfo existing = ps.findShortcutById(inShortcut.getId()); in requestPinShortcutLocked()
477 final ShortcutInfo current = ps.findShortcutById(shortcutId); in directPinShortcut()
526 changedShortcuts = Collections.singletonList(ps.findShortcutById(shortcutId)); in directPinShortcut()
H A DShortcutPackage.java276 public ShortcutInfo findShortcutById(@Nullable final String id) { in findShortcutById() method in ShortcutPackage
284 ShortcutInfo si = findShortcutById(id); in isShortcutExistsAndInvisibleToPublisher()
289 ShortcutInfo si = findShortcutById(id); in isShortcutExistsAndVisibleToPublisher()
303 ensureNotImmutable(findShortcutById(id), ignoreInvisible); in ensureNotImmutable()
398 final ShortcutInfo oldShortcut = findShortcutById(newShortcut.getId()); in addOrReplaceDynamicShortcut()
438 final ShortcutInfo oldShortcut = findShortcutById(newShortcut.getId()); in pushDynamicShortcut()
610 final ShortcutInfo shortcut = findShortcutById(shortcutId); in deleteLongLivedWithId()
655 final ShortcutInfo oldShortcut = findShortcutById(shortcutId); in deleteOrDisableWithId()
701 final ShortcutInfo source = findShortcutById(shortcut.getId()); in updateInvisibleShortcutForPinRequestWith()
1276 final ShortcutInfo oldShortcut = findShortcutById(id); in publishManifestShortcuts()
[all …]
H A DShortcutService.java2402 changedShortcuts.add(ps.findShortcutById(id));
2437 changedShortcuts.add(ps.findShortcutById(id));
2470 changedShortcuts.add(ps.findShortcutById(id));
2535 changedShortcuts.add(ps.findShortcutById(id));
2692 if (ps.findShortcutById(shortcutId) == null) {
3287 final ShortcutInfo si = sp.findShortcutById(id);
3438 final ShortcutInfo shortcutInfo = p.findShortcutById(shortcutId);
3466 final ShortcutInfo shortcutInfo = p.findShortcutById(shortcutId);
3492 final ShortcutInfo shortcutInfo = p.findShortcutById(shortcutId);
5324 return pkg.findShortcutById(shortcutId);
[all …]
H A DShortcutLauncher.java157 final ShortcutInfo si = packageShortcuts.findShortcutById(id); in pinShortcuts()
/aosp14/frameworks/base/services/
H A Dart-profile6922 HPLcom/android/server/pm/ShortcutPackage;->findShortcutById(Ljava/lang/String;)Landroid/content/pm/…