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.java1916 ps.ensureImmutableShortcutsNotIncludedWithIds((List<String>) shortcutIds); in disableShortcuts()
1945 ps.ensureImmutableShortcutsNotIncludedWithIds((List<String>) shortcutIds); in enableShortcuts()
1967 ps.ensureImmutableShortcutsNotIncludedWithIds((List<String>) shortcutIds); in removeDynamicShortcuts()
DShortcutPackage.java186 public void ensureImmutableShortcutsNotIncludedWithIds(@NonNull List<String> shortcutIds) { in ensureImmutableShortcutsNotIncludedWithIds() method in ShortcutPackage