Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java202 private void ensureNotImmutable(@Nullable ShortcutInfo shortcut, boolean ignoreInvisible) { in ensureNotImmutable() method in ShortcutPackage
211 public void ensureNotImmutable(@NonNull String id, boolean ignoreInvisible) { in ensureNotImmutable() method in ShortcutPackage
212 ensureNotImmutable(mShortcuts.get(id), ignoreInvisible); in ensureNotImmutable()
218 ensureNotImmutable(shortcutIds.get(i), ignoreInvisible); in ensureImmutableShortcutsNotIncludedWithIds()
225 ensureNotImmutable(shortcuts.get(i).getId(), ignoreInvisible); in ensureImmutableShortcutsNotIncluded()
400 ensureNotImmutable(oldShortcut, /*ignoreInvisible=*/ true); in deleteOrDisableWithId()
430 ensureNotImmutable(shortcut, /*ignoreInvisible=*/ true); in enableWithId()