Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DEventDataItem.java45 if (!(t instanceof EventDataItem) || mKind == null || t.getDataKind() == null) { in shouldCollapseWith()
52 } else if (!hasKindTypeColumn(mKind) || !that.hasKindTypeColumn(that.getDataKind())) { in shouldCollapseWith()
53 return hasKindTypeColumn(mKind) == that.hasKindTypeColumn(that.getDataKind()); in shouldCollapseWith()
54 } else if (getKindTypeColumn(mKind) != that.getKindTypeColumn(that.getDataKind())) { in shouldCollapseWith()
DRelationDataItem.java45 if (!(t instanceof RelationDataItem) || mKind == null || t.getDataKind() == null) { in shouldCollapseWith()
52 } else if (!hasKindTypeColumn(mKind) || !that.hasKindTypeColumn(that.getDataKind())) { in shouldCollapseWith()
53 return hasKindTypeColumn(mKind) == that.hasKindTypeColumn(that.getDataKind()); in shouldCollapseWith()
54 } else if (getKindTypeColumn(mKind) != that.getKindTypeColumn(that.getDataKind())) { in shouldCollapseWith()
DDataItem.java185 public DataKind getDataKind() { in getDataKind() method in DataItem
199 DataKind thisKind = getDataKind(); in collapseWith()
200 DataKind thatKind = that.getDataKind(); in collapseWith()
239 if (mKind == null || t.getDataKind() == null) { in shouldCollapseWith()
243 t.getMimeType(), t.buildDataString(context, t.getDataKind())); in shouldCollapseWith()
DImDataItem.java88 if (!(t instanceof ImDataItem) || mKind == null || t.getDataKind() == null) { in shouldCollapseWith()
/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionDataList.java45 return get(0).getDataKind().mimeType; in getMimeType()
51 public DataKind getDataKind() { in getDataKind() method in KindSectionDataList
52 return isEmpty() ? null : get(0).getDataKind(); in getDataKind()
185 final String newEntryMimeType = kindSectionData.getDataKind().mimeType; in add()
DCompactKindSectionView.java298 final DataKind dataKind = mKindSectionDataList.getDataKind(); in setState()
323 kindSectionData.getDataKind()); in rebuildFromState()
335 kindSectionData.getDataKind(), valuesDelta, editorListener); in rebuildFromState()
544 final DataKind dataKind = mKindSectionDataList.get(0).getDataKind(); in updateEmptyNonNameEditors()
DKindSectionData.java114 public DataKind getDataKind() { in getDataKind() method in KindSectionData
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1732 DataKind kind = dataItem.getDataKind(); in dataItemToEntry()
2224 dataModel.secondDataItem.getDataKind()); in populateGPlusOrHangoutsDataItemModel()
2225 dataModel.text = dataModel.secondDataItem.getDataKind().typeColumn; in populateGPlusOrHangoutsDataItemModel()
2233 dataModel.secondDataItem.getDataKind())); in populateGPlusOrHangoutsDataItemModel()