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

/packages/apps/Email/src/com/android/exchange/adapter/
H A DContactsSyncAdapter.java1122 private RowBuilder typedRowBuilder(Entity entity, String mimeType, int type) { method in class:ContactsSyncAdapter.ContactOperations
1190 typedRowBuilder(entity, Event.CONTENT_ITEM_TYPE, Event.TYPE_BIRTHDAY);
1268 RowBuilder builder = typedRowBuilder(entity, Phone.CONTENT_ITEM_TYPE, type);
1290 RowBuilder builder = typedRowBuilder(entity, Relation.CONTENT_ITEM_TYPE, type);
1302 typedRowBuilder(entity, Nickname.CONTENT_ITEM_TYPE, Nickname.TYPE_DEFAULT);
1314 RowBuilder builder = typedRowBuilder(entity, StructuredPostal.CONTENT_ITEM_TYPE,
1408 RowBuilder builder = typedRowBuilder(entity, Organization.CONTENT_ITEM_TYPE, type);
1427 RowBuilder builder = typedRowBuilder(entity, Note.CONTENT_ITEM_TYPE, -1);

Completed in 40 milliseconds