Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DExtendedModelTask.java35 ArrayList<ShortcutInfo> updatedShortcuts, UserHandle user) { in bindUpdatedShortcuts() argument
36 bindUpdatedShortcuts(updatedShortcuts, new ArrayList<ShortcutInfo>(), user); in bindUpdatedShortcuts()
40 final ArrayList<ShortcutInfo> updatedShortcuts, in bindUpdatedShortcuts() argument
43 if (!updatedShortcuts.isEmpty() || !removedShortcuts.isEmpty()) { in bindUpdatedShortcuts()
47 callbacks.bindShortcutsChanged(updatedShortcuts, removedShortcuts, user); in bindUpdatedShortcuts()
DCacheDataUpdatedTask.java59 ArrayList<ShortcutInfo> updatedShortcuts = new ArrayList<>(); in execute() local
69 updatedShortcuts.add(si); in execute()
75 bindUpdatedShortcuts(updatedShortcuts, mUser); in execute()
DPackageUpdatedTask.java200 final ArrayList<ShortcutInfo> updatedShortcuts = new ArrayList<>(); in execute() local
271 updatedShortcuts.add(si); in execute()
297 bindUpdatedShortcuts(updatedShortcuts, removedShortcuts, mUser); in execute()