Searched refs:deleteDynamicWithId (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutRequestPinProcessor.java | 520 ps.deleteDynamicWithId(shortcutId, /*ignoreInvisible=*/ false, in directPinShortcut()
|
H A D | ShortcutPackage.java | 468 deleted = deleteDynamicWithId(shortcut.getId(), /* ignoreInvisible =*/ true, in pushDynamicShortcut() 583 public ShortcutInfo deleteDynamicWithId(@NonNull String shortcutId, boolean ignoreInvisible, in deleteDynamicWithId() method in ShortcutPackage 1364 deleteDynamicWithId(shortcut.getId(), /*ignoreInvisible=*/ true, in pushOutExcessShortcuts()
|
H A D | ShortcutService.java | 2464 ShortcutInfo removed = ps.deleteDynamicWithId(id, /*ignoreInvisible=*/ true,
|