Searched refs:addRelation (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DContactsSyncAdapter.java586 ops.addRelation(entity, Relation.TYPE_ASSISTANT, getValue());
589 ops.addRelation(entity, Relation.TYPE_MANAGER, getValue());
592 ops.addRelation(entity, Relation.TYPE_SPOUSE, getValue());
1370 public void addRelation(Entity entity, int type, String value) { method in class:ContactsSyncAdapter.ContactOperations

Completed in 65 milliseconds