Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DGridSizeMigrationTaskV2.java289 int id = copyEntryAndUpdate(db, context, entry, srcTableName, destTableName); in insertEntryInDb()
294 copyEntryAndUpdate(db, context, itemId, id, srcTableName, destTableName); in insertEntryInDb()
300 private static int copyEntryAndUpdate(SQLiteDatabase db, Context context, in copyEntryAndUpdate() method in GridSizeMigrationTaskV2
302 return copyEntryAndUpdate(db, context, entry, -1, -1, srcTableName, destTableName); in copyEntryAndUpdate()
305 private static int copyEntryAndUpdate(SQLiteDatabase db, Context context, in copyEntryAndUpdate() method in GridSizeMigrationTaskV2
307 return copyEntryAndUpdate(db, context, null, id, folderId, srcTableName, destTableName); in copyEntryAndUpdate()
310 private static int copyEntryAndUpdate(SQLiteDatabase db, Context context, in copyEntryAndUpdate() method in GridSizeMigrationTaskV2