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

/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountType.java330 public String customColumn; field in class:AccountType.EditType
348 public EditType setCustomColumn(String customColumn) { argument
349 this.customColumn = customColumn;
374 + " customColumn=" + customColumn;
H A DEntityModifier.java898 if (editType != null && editType.customColumn != null) {
901 child.put(editType.customColumn, customType);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactsSource.java251 public String customColumn; field in class:ContactsSource.EditType
269 public EditType setCustomColumn(String customColumn) { argument
270 this.customColumn = customColumn;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java387 if (editType.customColumn != null) {
395 mEntry.put(mType.customColumn, customText);
421 if (mType == selected && mType.customColumn == null) {
425 if (selected.customColumn != null) {
481 if (mType != null && mType.customColumn != null) {
484 final String customText = mEntry.getAsString(mType.customColumn);
528 text = mEntry.getAsString(mType.customColumn);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DDataAction.java85 if (type.customColumn == null) {
91 type.customColumn));
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java1267 if (type.customColumn == null) {
1272 entry.typeString = values.getAsString(type.customColumn);

Completed in 168 milliseconds