Searched refs:contactOp (Results 1 – 1 of 1) sorted by relevance
283 final ContactOperations contactOp = ContactOperations.createNewContact( in addContact() local286 contactOp.addName(rawContact.getFullName(), rawContact.getFirstName(), in addContact()299 contactOp.addProfileAction(rawContact.getServerContactId()); in addContact()340 final ContactOperations contactOp = in updateContact() local351 contactOp.updateName(uri, in updateContact()362 contactOp.updatePhone(c.getString(DataQuery.COLUMN_PHONE_NUMBER), in updateContact()366 contactOp.updatePhone(c.getString(DataQuery.COLUMN_PHONE_NUMBER), in updateContact()370 contactOp.updatePhone(c.getString(DataQuery.COLUMN_PHONE_NUMBER), in updateContact()375 contactOp.updateEmail(rawContact.getEmail(), in updateContact()379 contactOp.updateAvatar(rawContact.getAvatarUrl(), uri); in updateContact()[all …]