Searched refs:ignoreInvisible (Results 1 – 1 of 1) sorted by relevance
221 private void ensureNotImmutable(@Nullable ShortcutInfo shortcut, boolean ignoreInvisible) { in ensureNotImmutable() argument223 && (!ignoreInvisible || shortcut.isVisibleToPublisher())) { in ensureNotImmutable()230 public void ensureNotImmutable(@NonNull String id, boolean ignoreInvisible) { in ensureNotImmutable() argument231 ensureNotImmutable(mShortcuts.get(id), ignoreInvisible); in ensureNotImmutable() local235 boolean ignoreInvisible) { in ensureImmutableShortcutsNotIncludedWithIds() argument237 ensureNotImmutable(shortcutIds.get(i), ignoreInvisible); in ensureImmutableShortcutsNotIncludedWithIds() local242 boolean ignoreInvisible) { in ensureImmutableShortcutsNotIncluded() argument244 ensureNotImmutable(shortcuts.get(i).getId(), ignoreInvisible); in ensureImmutableShortcutsNotIncluded() local337 public void deleteAllDynamicShortcuts(boolean ignoreInvisible) { in deleteAllDynamicShortcuts() argument343 if (si.isDynamic() && (!ignoreInvisible || si.isVisibleToPublisher())) { in deleteAllDynamicShortcuts()[all …]