Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java1683 ps.ensureImmutableShortcutsNotIncluded(newShortcuts); in setDynamicShortcuts()
1734 ps.ensureImmutableShortcutsNotIncluded(newShortcuts); in updateShortcuts()
1814 ps.ensureImmutableShortcutsNotIncluded(newShortcuts); in addDynamicShortcuts()
DShortcutPackage.java192 public void ensureImmutableShortcutsNotIncluded(@NonNull List<ShortcutInfo> shortcuts) { in ensureImmutableShortcutsNotIncluded() method in ShortcutPackage