Searched refs:getDataKind (Results 1 – 11 of 11) sorted by relevance
44 if (!(t instanceof RelationDataItem) || mKind == null || t.getDataKind() == null) { in shouldCollapseWith()51 } else if (!hasKindTypeColumn(mKind) || !that.hasKindTypeColumn(that.getDataKind())) { in shouldCollapseWith()52 return hasKindTypeColumn(mKind) == that.hasKindTypeColumn(that.getDataKind()); in shouldCollapseWith()53 } else if (getKindTypeColumn(mKind) != that.getKindTypeColumn(that.getDataKind())) { in shouldCollapseWith()
44 if (!(t instanceof EventDataItem) || mKind == null || t.getDataKind() == null) { in shouldCollapseWith()51 } else if (!hasKindTypeColumn(mKind) || !that.hasKindTypeColumn(that.getDataKind())) { in shouldCollapseWith()52 return hasKindTypeColumn(mKind) == that.hasKindTypeColumn(that.getDataKind()); in shouldCollapseWith()53 } else if (getKindTypeColumn(mKind) != that.getKindTypeColumn(that.getDataKind())) { in shouldCollapseWith()
175 public DataKind getDataKind() { in getDataKind() method in DataItem193 DataKind thisKind = getDataKind(); in collapseWith()194 DataKind thatKind = that.getDataKind(); in collapseWith()235 if (mKind == null || t.getDataKind() == null) { in shouldCollapseWith()242 t.buildDataString(context, t.getDataKind())); in shouldCollapseWith()
84 if (!(t instanceof ImDataItem) || mKind == null || t.getDataKind() == null) { in shouldCollapseWith()
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()
186 public DataKind getDataKind() { in getDataKind() method in DataItem192 DataKind thisKind = getDataKind(); in collapseWith()193 DataKind thatKind = that.getDataKind(); in collapseWith()223 if (mKind == null || t.getDataKind() == null) { in shouldCollapseWith()227 t.getMimeType(), t.buildDataString(context, t.getDataKind())); in shouldCollapseWith()
88 if (!(t instanceof ImDataItem) || mKind == null || t.getDataKind() == null) { in shouldCollapseWith()
287 final DataKind dataKind = mKindSectionData.getDataKind(); in setState()311 mKindSectionData.getDataKind()); in rebuildFromState()324 mKindSectionData.getDataKind(), valuesDeltas.get(i), editorListener); in rebuildFromState()540 final DataKind dataKind = mKindSectionData.getDataKind(); in updateEmptyNonNameEditors()
114 public DataKind getDataKind() { in getDataKind() method in KindSectionData
1405 DataKind kind = dataItem.getDataKind(); in dataItemToEntry()1929 dataModel.context, dataModel.secondDataItem.getDataKind()); in populateHangoutsDataItemModel()1930 dataModel.text = dataModel.secondDataItem.getDataKind().typeColumn; in populateHangoutsDataItemModel()1936 dataModel.secondDataItem.getDataKind())); in populateHangoutsDataItemModel()