HomeSort by relevance Sort by last modified time
    Searched refs:setCustomColumn (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/model/
GoogleSource.java 100 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn(
120 kind.typeList.add(buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn(
FallbackSource.java 199 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn(
213 .setCustomColumn(Phone.LABEL));
239 kind.typeList.add(buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn(
267 .setCustomColumn(StructuredPostal.LABEL));
334 kind.typeList.add(buildImType(Im.PROTOCOL_CUSTOM).setSecondary(true).setCustomColumn(
359 .setCustomColumn(Organization.LABEL));
ContactsSource.java 269 public EditType setCustomColumn(String customColumn) {
ExchangeSource.java 146 .setSpecificMax(1).setCustomColumn(Phone.LABEL));
234 kind.typeList.add(buildImType(Im.PROTOCOL_CUSTOM).setSecondary(true).setCustomColumn(

Completed in 851 milliseconds