Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DLabeledEditorView.java300 mEntry.getAsString(mType.customColumn), in rebuildLabel()
450 if (editType.customColumn != null) { in createCustomDialog()
458 mEntry.put(mType.customColumn, customText); in createCustomDialog()
513 if (mType == selected && mType.customColumn == null) { in onTypeSelectionChange()
517 if (selected.customColumn != null) { in onTypeSelectionChange()
577 if (mType != null && mType.customColumn != null) { in EditTypeAdapter()
580 final String customText = mEntry.getAsString(mType.customColumn); in EditTypeAdapter()
634 text = mEntry.getAsString(mType.customColumn); in createViewFromResource()
DEventFieldEditorView.java284 && eventType.specificMax == 1 && eventType.customColumn == null in isBirthdayType()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountType.java361 public String customColumn; field in AccountType.EditType
379 public EditType setCustomColumn(String customColumn) { in setCustomColumn() argument
380 this.customColumn = customColumn; in setCustomColumn()
405 + " customColumn=" + customColumn; in toString()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DContactsSource.java251 public String customColumn; field in ContactsSource.EditType
269 public EditType setCustomColumn(String customColumn) { in setCustomColumn() argument
270 this.customColumn = customColumn; in setCustomColumn()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java93 if (type.customColumn == null) { in DataAction()
98 mSubtitle = item.getContentValues().getAsString(type.customColumn); in DataAction()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java923 if (editType != null && editType.customColumn != null) { in parseExtras()
926 child.put(editType.customColumn, customType); in parseExtras()