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.java641 final ContentValues childValues = new ContentValues(); in parseAndAdd() local
642 copyInteger(myValues, childValues, Favorites.CONTAINER); in parseAndAdd()
643 copyInteger(myValues, childValues, Favorites.SCREEN); in parseAndAdd()
644 copyInteger(myValues, childValues, Favorites.CELLX); in parseAndAdd()
645 copyInteger(myValues, childValues, Favorites.CELLY); in parseAndAdd()
648 mDb.update(TABLE_NAME, childValues, in parseAndAdd()