Searched refs:ensureNotImmutable (Results 1 – 2 of 2) sorted by relevance
221 private void ensureNotImmutable(@Nullable ShortcutInfo shortcut, boolean ignoreInvisible) { in ensureNotImmutable() method in ShortcutPackage230 public void ensureNotImmutable(@NonNull String id, boolean ignoreInvisible) { in ensureNotImmutable() method in ShortcutPackage231 ensureNotImmutable(mShortcuts.get(id), ignoreInvisible); in ensureNotImmutable()237 ensureNotImmutable(shortcutIds.get(i), ignoreInvisible); in ensureImmutableShortcutsNotIncludedWithIds()244 ensureNotImmutable(shortcuts.get(i).getId(), ignoreInvisible); in ensureImmutableShortcutsNotIncluded()419 ensureNotImmutable(oldShortcut, /*ignoreInvisible=*/ true); in deleteOrDisableWithId()449 ensureNotImmutable(shortcut, /*ignoreInvisible=*/ true); in enableWithId()
11465 PLcom/android/server/pm/ShortcutPackage;->ensureNotImmutable(Landroid/content/pm/ShortcutInfo;Z)V11466 PLcom/android/server/pm/ShortcutPackage;->ensureNotImmutable(Ljava/lang/String;Z)V