Searched refs:deleteDynamicWithId (Results 1 – 4 of 4) sorted by relevance
520 ps.deleteDynamicWithId(shortcutId, /*ignoreInvisible=*/ false); in directPinShortcut()
438 deleted = deleteDynamicWithId(shortcut.getId(), /*ignoreInvisible=*/ true) != null; in pushDynamicShortcut()531 public ShortcutInfo deleteDynamicWithId(@NonNull String shortcutId, boolean ignoreInvisible) { in deleteDynamicWithId() method in ShortcutPackage1341 deleteDynamicWithId(shortcut.getId(), /*ignoreInvisible=*/ true); in pushOutExcessShortcuts()
2509 ShortcutInfo removed = ps.deleteDynamicWithId(id, /*ignoreInvisible=*/ in removeDynamicShortcuts()
32449 HPLcom/android/server/pm/ShortcutPackage;->deleteDynamicWithId(Ljava/lang/String;Z)Landroid/content…