Searched refs:newGroup (Results 1 – 1 of 1) sorted by relevance
214 final ContentValues newGroup = new ContentValues(); in attemptMyContactsMembership() local215 newGroup.put(Groups.TITLE, GOOGLE_MY_CONTACTS_GROUP); in attemptMyContactsMembership()217 newGroup.put(Groups.ACCOUNT_NAME, accountName); in attemptMyContactsMembership()218 newGroup.put(Groups.ACCOUNT_TYPE, accountType); in attemptMyContactsMembership()219 newGroup.put(Groups.GROUP_VISIBLE, "1"); in attemptMyContactsMembership()232 .withValues(newGroup) in attemptMyContactsMembership()