Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DContactsSyncAdapter.java421 ContactOperations ops = new ContactOperations();
428 public void addData(String serverId, ContactOperations ops, Entity entity) in addData()
708 private void categoriesParser(ContactOperations ops, Entity entity) throws IOException { in categoriesParser()
748 public void addParser(ContactOperations ops) throws IOException { in addParser()
776 public void deleteParser(ContactOperations ops) throws IOException { in deleteParser()
813 public void changeParser(ContactOperations ops) throws IOException { in changeParser()
1016 private class ContactOperations extends ArrayList<ContentProviderOperation> { class in ContactsSyncAdapter
1548 ContactOperations ops = new ContactOperations(); in cleanup()