Searched refs:ensureNotImmutable (Results 1 – 4 of 4) sorted by relevance
140 private void ensureNotImmutable() { in ensureNotImmutable() method in RavenwoodSystemProperties152 ensureNotImmutable(); in setValueForPartitions()161 ensureNotImmutable(); in setValue()172 ensureNotImmutable(); in setAccessNone()178 ensureNotImmutable(); in setAccessReadOnly()184 ensureNotImmutable(); in setAccessReadWrite()
294 private void ensureNotImmutable(@Nullable ShortcutInfo shortcut, boolean ignoreInvisible) { in ensureNotImmutable() method in ShortcutPackage303 public void ensureNotImmutable(@NonNull String id, boolean ignoreInvisible) { in ensureNotImmutable() method in ShortcutPackage304 ensureNotImmutable(findShortcutById(id), ignoreInvisible); in ensureNotImmutable()310 ensureNotImmutable(shortcutIds.get(i), ignoreInvisible); in ensureImmutableShortcutsNotIncludedWithIds()317 ensureNotImmutable(shortcuts.get(i).getId(), ignoreInvisible); in ensureImmutableShortcutsNotIncluded()663 ensureNotImmutable(oldShortcut, /*ignoreInvisible=*/ true); in deleteOrDisableWithId()695 ensureNotImmutable(si, /*ignoreInvisible=*/ true); in enableWithId()
2260 ps.ensureNotImmutable(shortcut.getId(), /*ignoreInvisible=*/ true);
19541 PLcom/android/server/pm/ShortcutPackage;->ensureNotImmutable(Landroid/content/pm/ShortcutInfo;Z)V19542 PLcom/android/server/pm/ShortcutPackage;->ensureNotImmutable(Ljava/lang/String;Z)V