Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DGoogleAccountType.java98 .setCustomColumn(Phone.LABEL)); in addDataKindPhone()
115 kind.typeList.add(buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn( in addDataKindEmail()
147 .setCustomColumn(Relation.LABEL)); in addDataKindRelation()
173 .setCustomColumn(Event.LABEL)); in addDataKindEvent()
DSamsungAccountType.java144 .setCustomColumn(Phone.LABEL)); in addDataKindPhone()
161 kind.typeList.add(buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn( in addDataKindEmail()
193 .setCustomColumn(Relation.LABEL)); in addDataKindRelation()
219 .setCustomColumn(Event.LABEL)); in addDataKindEvent()
DBaseAccountType.java274 buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Phone.LABEL)); in addDataKindPhone()
307 buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Email.LABEL)); in addDataKindEmail()
326 .setCustomColumn(StructuredPostal.LABEL)); in addDataKindStructuredPostal()
360 kind.typeList.add(buildImType(Im.PROTOCOL_CUSTOM).setSecondary(true).setCustomColumn( in addDataKindIm()
1087 return build(Phone.TYPE_CUSTOM, true).setCustomColumn(Phone.LABEL); in buildEditTypeForTypeTag()
1120 .setSecondary(true).setCustomColumn(Email.LABEL); in buildEditTypeForTypeTag()
1186 .setSecondary(true).setCustomColumn(Email.LABEL); in buildEditTypeForTypeTag()
1231 .setCustomColumn(Im.CUSTOM_PROTOCOL); in buildEditTypeForTypeTag()
1426 .setSecondary(true).setCustomColumn(Event.LABEL); in buildEditTypeForTypeTag()
1483 .setCustomColumn(Relation.LABEL); in buildEditTypeForTypeTag()
DAccountType.java379 public EditType setCustomColumn(String customColumn) { in setCustomColumn() method in AccountType.EditType
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DFallbackSource.java199 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn( in inflatePhone()
213 .setCustomColumn(Phone.LABEL)); in inflatePhone()
239 kind.typeList.add(buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn( in inflateEmail()
267 .setCustomColumn(StructuredPostal.LABEL)); in inflateStructuredPostal()
334 kind.typeList.add(buildImType(Im.PROTOCOL_CUSTOM).setSecondary(true).setCustomColumn( in inflateIm()
359 .setCustomColumn(Organization.LABEL)); in inflateOrganization()
DGoogleSource.java96 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn( in inflatePhone()
116 kind.typeList.add(buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn( in inflateEmail()
DExchangeSource.java146 .setSpecificMax(1).setCustomColumn(Phone.LABEL)); in inflatePhone()
234 kind.typeList.add(buildImType(Im.PROTOCOL_CUSTOM).setSecondary(true).setCustomColumn( in inflateIm()
DContactsSource.java269 public EditType setCustomColumn(String customColumn) { in setCustomColumn() method in ContactsSource.EditType