Searched refs:getDataKind (Results 1 – 8 of 8) sorted by relevance
45 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()
45 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()
185 public DataKind getDataKind() { in getDataKind() method in DataItem199 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()
88 if (!(t instanceof ImDataItem) || mKind == null || t.getDataKind() == null) { in shouldCollapseWith()
45 return get(0).getDataKind().mimeType; in getMimeType()51 public DataKind getDataKind() { in getDataKind() method in KindSectionDataList52 return isEmpty() ? null : get(0).getDataKind(); in getDataKind()185 final String newEntryMimeType = kindSectionData.getDataKind().mimeType; in add()
298 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()
114 public DataKind getDataKind() { in getDataKind() method in KindSectionData
1732 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()