Searched refs:ensureNotImmutable (Results 1 – 2 of 2) sorted by relevance
293 private void ensureNotImmutable(@Nullable ShortcutInfo shortcut, boolean ignoreInvisible) { in ensureNotImmutable() method in ShortcutPackage302 public void ensureNotImmutable(@NonNull String id, boolean ignoreInvisible) { in ensureNotImmutable() method in ShortcutPackage303 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()
2250 ps.ensureNotImmutable(shortcut.getId(), /*ignoreInvisible=*/ true);