HomeSort by relevance Sort by last modified time
    Searched refs:ContactOperations (Results 1 - 4 of 4) 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/src/com/android/exchange/adapter/
ContactsSyncParser.java 73 ContactOperations ops = new ContactOperations();
91 public void addData(String serverId, ContactOperations ops, Entity entity)
357 private void categoriesParser(ContactOperations ops, Entity entity) throws IOException {
397 public void addParser(ContactOperations ops) throws IOException {
425 public void deleteParser(ContactOperations ops) throws IOException {
462 public void changeParser(ContactOperations ops) throws IOException {
797 public static class ContactOperations extends ArrayList<ContentProviderOperation> {
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasContactsSyncHandler.java     [all...]

Completed in 500 milliseconds