Home
last modified time | relevance | path

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

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DGoogleSource.java214 final ContentValues newGroup = new ContentValues(); in attemptMyContactsMembership() local
215 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()