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.java174 private void ensureNotImmutable(@Nullable ShortcutInfo shortcut) { in ensureNotImmutable() method in ShortcutPackage
182 public void ensureNotImmutable(@NonNull String id) { in ensureNotImmutable() method in ShortcutPackage
183 ensureNotImmutable(mShortcuts.get(id)); in ensureNotImmutable()
188 ensureNotImmutable(shortcutIds.get(i)); in ensureImmutableShortcutsNotIncludedWithIds()
194 ensureNotImmutable(shortcuts.get(i).getId()); in ensureImmutableShortcutsNotIncluded()
353 ensureNotImmutable(oldShortcut); in deleteOrDisableWithId()
379 ensureNotImmutable(shortcut); in enableWithId()