Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DPackageUpdatedTask.java201 final ArrayList<ShortcutInfo> removedShortcuts = new ArrayList<>(); in execute() local
243 removedShortcuts.add(si); in execute()
297 bindUpdatedShortcuts(updatedShortcuts, removedShortcuts, mUser); in execute()
298 if (!removedShortcuts.isEmpty()) { in execute()
299 getModelWriter().deleteItemsFromDatabase(removedShortcuts); in execute()
DExtendedModelTask.java41 final ArrayList<ShortcutInfo> removedShortcuts, in bindUpdatedShortcuts() argument
43 if (!updatedShortcuts.isEmpty() || !removedShortcuts.isEmpty()) { in bindUpdatedShortcuts()
47 callbacks.bindShortcutsChanged(updatedShortcuts, removedShortcuts, user); in bindUpdatedShortcuts()