Home
last modified time | relevance | path

Searched refs:deleteLongLivedWithId (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2525 ShortcutInfo removed = ps.deleteLongLivedWithId(id, /*ignoreInvisible=*/ true);
3307 removed = sp.deleteLongLivedWithId(id, /*ignoreInvisible=*/ true);
H A DShortcutPackage.java609 public ShortcutInfo deleteLongLivedWithId(@NonNull String shortcutId, boolean ignoreInvisible) { in deleteLongLivedWithId() method in ShortcutPackage