Searched refs:copyEntryAndUpdate (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | GridSizeMigrationDBController.java | 346 int id = copyEntryAndUpdate(helper, entry, srcTableName, destTableName, idsInUse); in insertEntryInDb() 351 copyEntryAndUpdate(helper, itemId, id, srcTableName, destTableName, idsInUse); in insertEntryInDb() 357 private static int copyEntryAndUpdate(DatabaseHelper helper, in copyEntryAndUpdate() method in GridSizeMigrationDBController 359 return copyEntryAndUpdate( in copyEntryAndUpdate() 363 private static int copyEntryAndUpdate(DatabaseHelper helper, int id, in copyEntryAndUpdate() method in GridSizeMigrationDBController 365 return copyEntryAndUpdate( in copyEntryAndUpdate() 369 private static int copyEntryAndUpdate(DatabaseHelper helper, DbEntry entry, int id, in copyEntryAndUpdate() method in GridSizeMigrationDBController
|