Searched refs:customColumn (Results 1 – 6 of 6) sorted by relevance
300 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()
284 && eventType.specificMax == 1 && eventType.customColumn == null in isBirthdayType()
361 public String customColumn; field in AccountType.EditType379 public EditType setCustomColumn(String customColumn) { in setCustomColumn() argument380 this.customColumn = customColumn; in setCustomColumn()405 + " customColumn=" + customColumn; in toString()
251 public String customColumn; field in ContactsSource.EditType269 public EditType setCustomColumn(String customColumn) { in setCustomColumn() argument270 this.customColumn = customColumn; in setCustomColumn()
93 if (type.customColumn == null) { in DataAction()98 mSubtitle = item.getContentValues().getAsString(type.customColumn); in DataAction()
923 if (editType != null && editType.customColumn != null) { in parseExtras()926 child.put(editType.customColumn, customType); in parseExtras()