Home
last modified time | relevance | path

Searched defs:ignoreInvisible (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java287 private void ensureNotImmutable(@Nullable ShortcutInfo shortcut, boolean ignoreInvisible) { in ensureNotImmutable()
296 public void ensureNotImmutable(@NonNull String id, boolean ignoreInvisible) { in ensureNotImmutable()
297 ensureNotImmutable(findShortcutById(id), ignoreInvisible); in ensureNotImmutable() local
301 boolean ignoreInvisible) { in ensureImmutableShortcutsNotIncludedWithIds()
303 ensureNotImmutable(shortcutIds.get(i), ignoreInvisible); in ensureImmutableShortcutsNotIncludedWithIds() local
308 boolean ignoreInvisible) { in ensureImmutableShortcutsNotIncluded()
310 ensureNotImmutable(shortcuts.get(i).getId(), ignoreInvisible); in ensureImmutableShortcutsNotIncluded() local
496 public List<ShortcutInfo> deleteAllDynamicShortcuts(boolean ignoreInvisible) { in deleteAllDynamicShortcuts()
531 public ShortcutInfo deleteDynamicWithId(@NonNull String shortcutId, boolean ignoreInvisible) { in deleteDynamicWithId()
574 int disabledMessageResId, boolean overrideImmutable, boolean ignoreInvisible, in disableWithId()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java1225 boolean ignoreInvisible) { in getTopApp()