Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutRequestPinProcessor.java520 ps.deleteDynamicWithId(shortcutId, /*ignoreInvisible=*/ false); in directPinShortcut()
H A DShortcutPackage.java438 deleted = deleteDynamicWithId(shortcut.getId(), /*ignoreInvisible=*/ true) != null; in pushDynamicShortcut()
531 public ShortcutInfo deleteDynamicWithId(@NonNull String shortcutId, boolean ignoreInvisible) { in deleteDynamicWithId() method in ShortcutPackage
1341 deleteDynamicWithId(shortcut.getId(), /*ignoreInvisible=*/ true); in pushOutExcessShortcuts()
H A DShortcutService.java2509 ShortcutInfo removed = ps.deleteDynamicWithId(id, /*ignoreInvisible=*/ in removeDynamicShortcuts()
/aosp12/frameworks/base/services/
H A Dart-profile32449 HPLcom/android/server/pm/ShortcutPackage;->deleteDynamicWithId(Ljava/lang/String;Z)Landroid/content…