Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/provider/
DLauncherDbUtils.java116 IntSet deletedShortcuts = new IntSet(); in migrateLegacyShortcuts() local
120 deletedShortcuts.add(lc.id); in migrateLegacyShortcuts()
125 deletedShortcuts.add(lc.id); in migrateLegacyShortcuts()
129 deletedShortcuts.add(lc.id); in migrateLegacyShortcuts()
137 deletedShortcuts.add(lc.id); in migrateLegacyShortcuts()
160 deletedShortcuts.add(lc.id); in migrateLegacyShortcuts()
164 deletedShortcuts.add(lc.id); in migrateLegacyShortcuts()
175 if (!deletedShortcuts.isEmpty()) { in migrateLegacyShortcuts()
177 Utilities.createDbSelectionQuery(Favorites._ID, deletedShortcuts.getArray()), in migrateLegacyShortcuts()