Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java176 private final ArrayMap<String, ShortcutInfo> mTransientShortcuts = new ArrayMap<>(0); field in ShortcutPackage
412 mTransientShortcuts.put(newShortcut.getId(), newShortcut); in addOrReplaceDynamicShortcut()
485 mTransientShortcuts.put(newShortcut.getId(), newShortcut); in pushDynamicShortcut()
2590 if (!mTransientShortcuts.isEmpty()) { in scheduleSaveToAppSearchLocked()
2591 copy.putAll(mTransientShortcuts); in scheduleSaveToAppSearchLocked()
2592 mTransientShortcuts.clear(); in scheduleSaveToAppSearchLocked()