Home
last modified time | relevance | path

Searched refs:ensureImmutableShortcutsNotIncludedWithIds (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2385 ps.ensureImmutableShortcutsNotIncludedWithIds((List<String>) shortcutIds,
2426 ps.ensureImmutableShortcutsNotIncludedWithIds((List<String>) shortcutIds,
2456 ps.ensureImmutableShortcutsNotIncludedWithIds((List<String>) shortcutIds,
2518 ps.ensureImmutableShortcutsNotIncludedWithIds((List<String>) shortcutIds,
H A DShortcutPackage.java306 public void ensureImmutableShortcutsNotIncludedWithIds(@NonNull List<String> shortcutIds, in ensureImmutableShortcutsNotIncludedWithIds() method in ShortcutPackage