Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java293 private void ensureNotImmutable(@Nullable ShortcutInfo shortcut, boolean ignoreInvisible) { in ensureNotImmutable() method in ShortcutPackage
302 public void ensureNotImmutable(@NonNull String id, boolean ignoreInvisible) { in ensureNotImmutable() method in ShortcutPackage
303 ensureNotImmutable(findShortcutById(id), ignoreInvisible); in ensureNotImmutable()
309 ensureNotImmutable(shortcutIds.get(i), ignoreInvisible); in ensureImmutableShortcutsNotIncludedWithIds()
316 ensureNotImmutable(shortcuts.get(i).getId(), ignoreInvisible); in ensureImmutableShortcutsNotIncluded()
662 ensureNotImmutable(oldShortcut, /*ignoreInvisible=*/ true); in deleteOrDisableWithId()
694 ensureNotImmutable(si, /*ignoreInvisible=*/ true); in enableWithId()
H A DShortcutService.java2250 ps.ensureNotImmutable(shortcut.getId(), /*ignoreInvisible=*/ true);