Searched defs:removedShortcuts (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DExtendedModelTask.java41 final ArrayList<ShortcutInfo> removedShortcuts,
43 if (!updatedShortcuts.isEmpty() || !removedShortcuts.isEmpty()) {
47 callbacks.bindShortcutsChanged(updatedShortcuts, removedShortcuts, user);
39 bindUpdatedShortcuts( final ArrayList<ShortcutInfo> updatedShortcuts, final ArrayList<ShortcutInfo> removedShortcuts, final UserHandle user) argument

Completed in 96 milliseconds