Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DGridSizeMigrationUtil.java277 int id = copyEntryAndUpdate(helper, entry, srcTableName, destTableName); in insertEntryInDb()
283 copyEntryAndUpdate(helper, itemId, id, srcTableName, destTableName); in insertEntryInDb()
289 private static int copyEntryAndUpdate(DatabaseHelper helper, in copyEntryAndUpdate() method in GridSizeMigrationUtil
291 return copyEntryAndUpdate(helper, entry, -1, -1, srcTableName, destTableName); in copyEntryAndUpdate()
294 private static int copyEntryAndUpdate(DatabaseHelper helper, in copyEntryAndUpdate() method in GridSizeMigrationUtil
296 return copyEntryAndUpdate(helper, null, id, folderId, srcTableName, destTableName); in copyEntryAndUpdate()
299 private static int copyEntryAndUpdate(DatabaseHelper helper, DbEntry entry, in copyEntryAndUpdate() method in GridSizeMigrationUtil