Searched refs:copyEntryAndUpdate (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | GridSizeMigrationTaskV2.java | 285 int id = copyEntryAndUpdate(db, context, entry, srcTableName, destTableName); in insertEntryInDb() 290 copyEntryAndUpdate(db, context, itemId, id, srcTableName, destTableName); in insertEntryInDb() 296 private static int copyEntryAndUpdate(SQLiteDatabase db, Context context, in copyEntryAndUpdate() method in GridSizeMigrationTaskV2 298 return copyEntryAndUpdate(db, context, entry, -1, -1, srcTableName, destTableName); in copyEntryAndUpdate() 301 private static int copyEntryAndUpdate(SQLiteDatabase db, Context context, in copyEntryAndUpdate() method in GridSizeMigrationTaskV2 303 return copyEntryAndUpdate(db, context, null, id, folderId, srcTableName, destTableName); in copyEntryAndUpdate() 306 private static int copyEntryAndUpdate(SQLiteDatabase db, Context context, in copyEntryAndUpdate() method in GridSizeMigrationTaskV2
|