Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java283 final ContactOperations contactOp = ContactOperations.createNewContact( in addContact() local
286 contactOp.addName(rawContact.getFullName(), rawContact.getFirstName(), in addContact()
299 contactOp.addProfileAction(rawContact.getServerContactId()); in addContact()
340 final ContactOperations contactOp = in updateContact() local
351 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 …]