Searched refs:ignoreInvisible (Results 1 – 1 of 1) sorted by relevance
202 private void ensureNotImmutable(@Nullable ShortcutInfo shortcut, boolean ignoreInvisible) { in ensureNotImmutable() argument204 && (!ignoreInvisible || shortcut.isVisibleToPublisher())) { in ensureNotImmutable()211 public void ensureNotImmutable(@NonNull String id, boolean ignoreInvisible) { in ensureNotImmutable() argument212 ensureNotImmutable(mShortcuts.get(id), ignoreInvisible); in ensureNotImmutable() local216 boolean ignoreInvisible) { in ensureImmutableShortcutsNotIncludedWithIds() argument218 ensureNotImmutable(shortcutIds.get(i), ignoreInvisible); in ensureImmutableShortcutsNotIncludedWithIds() local223 boolean ignoreInvisible) { in ensureImmutableShortcutsNotIncluded() argument225 ensureNotImmutable(shortcuts.get(i).getId(), ignoreInvisible); in ensureImmutableShortcutsNotIncluded() local318 public void deleteAllDynamicShortcuts(boolean ignoreInvisible) { in deleteAllDynamicShortcuts() argument324 if (si.isDynamic() && (!ignoreInvisible || si.isVisibleToPublisher())) { in deleteAllDynamicShortcuts()[all …]