Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DAutoInstallsLayout.java646 final ContentValues childValues = new ContentValues(); in parseAndAdd() local
647 copyInteger(myValues, childValues, Favorites.CONTAINER); in parseAndAdd()
648 copyInteger(myValues, childValues, Favorites.SCREEN); in parseAndAdd()
649 copyInteger(myValues, childValues, Favorites.CELLX); in parseAndAdd()
650 copyInteger(myValues, childValues, Favorites.CELLY); in parseAndAdd()
653 mDb.update(Favorites.TABLE_NAME, childValues, in parseAndAdd()