Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyContactImporter.java235 private interface GroupsQuery { interface in LegacyContactImporter
280 Cursor c = mSourceDb.query(GroupsQuery.TABLE, GroupsQuery.COLUMNS, null, null, in importGroups()
293 long id = c.getLong(GroupsQuery.ID); in insertGroup()
296 bindString(insert, GroupsInsert.TITLE, c.getString(GroupsQuery.NAME)); in insertGroup()
297 bindString(insert, GroupsInsert.NOTES, c.getString(GroupsQuery.NOTES)); in insertGroup()
298 bindString(insert, GroupsInsert.SYSTEM_ID, c.getString(GroupsQuery.SYSTEM_ID)); in insertGroup()
299 insert.bindLong(GroupsInsert.DIRTY, c.getLong(GroupsQuery._SYNC_DIRTY)); in insertGroup()
302 String account = c.getString(GroupsQuery._SYNC_ACCOUNT); in insertGroup()
306 bindString(insert, GroupsInsert.SOURCE_ID, c.getString(GroupsQuery._SYNC_ID)); in insertGroup()