HomeSort by relevance Sort by last modified time
    Searched defs:ContactOperations (Results 1 - 3 of 3) sorted by null

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 39 public class ContactOperations {
63 * Returns an instance of ContactOperations instance for adding new contact
70 * @return instance of ContactOperations
72 public static ContactOperations createNewContact(Context context, long userId,
74 return new ContactOperations(context, userId, accountName, isSyncOperation, batchOperation);
78 * Returns an instance of ContactOperations for updating existing contact in
84 * @return instance of ContactOperations
86 public static ContactOperations updateExistingContact(Context context, long rawContactId,
88 return new ContactOperations(context, rawContactId, isSyncOperation, batchOperation);
91 public ContactOperations(Context context, boolean isSyncOperation
    [all...]
ContactManager.java 329 final ContactOperations contactOp = ContactOperations.createNewContact(
386 final ContactOperations contactOp =
387 ContactOperations.updateExistingContact(context, rawContactId,
593 batchOperation.add(ContactOperations.newInsertCpo(StatusUpdates.CONTENT_URI,
625 batchOperation.add(ContactOperations.newInsertCpo(
647 batchOperation.add(ContactOperations.newInsertCpo(
660 final ContactOperations contactOp =
661 ContactOperations.updateExistingContact(context, rawContactId, true,
681 batchOperation.add(ContactOperations.newDeleteCpo
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 276 * cases, the SyncKey is set within ContactOperations
421 ContactOperations ops = new ContactOperations();
428 public void addData(String serverId, ContactOperations ops, Entity entity)
708 private void categoriesParser(ContactOperations ops, Entity entity) throws IOException {
748 public void addParser(ContactOperations ops) throws IOException {
776 public void deleteParser(ContactOperations ops) throws IOException {
    [all...]

Completed in 812 milliseconds