Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java1990 ps.ensureImmutableShortcutsNotIncludedWithIds((List<String>) shortcutIds, in disableShortcuts()
2025 ps.ensureImmutableShortcutsNotIncludedWithIds((List<String>) shortcutIds, in enableShortcuts()
2052 ps.ensureImmutableShortcutsNotIncludedWithIds((List<String>) shortcutIds, in removeDynamicShortcuts()
DShortcutPackage.java215 public void ensureImmutableShortcutsNotIncludedWithIds(@NonNull List<String> shortcutIds, in ensureImmutableShortcutsNotIncludedWithIds() method in ShortcutPackage