Searched refs:hasKindTypeColumn (Results 1 – 8 of 8) sorted by relevance
51 } else if (!hasKindTypeColumn(mKind) || !that.hasKindTypeColumn(that.getDataKind())) { in shouldCollapseWith()52 return hasKindTypeColumn(mKind) == that.hasKindTypeColumn(that.getDataKind()); in shouldCollapseWith()
130 public boolean hasKindTypeColumn(DataKind kind) { in hasKindTypeColumn() method in DataItem197 if ((!hasKindTypeColumn(thisKind) && that.hasKindTypeColumn(thatKind)) in collapseWith()198 || (that.hasKindTypeColumn(thatKind) in collapseWith()
52 } else if (!hasKindTypeColumn(mKind) || !that.hasKindTypeColumn(that.getDataKind())) { in shouldCollapseWith()53 return hasKindTypeColumn(mKind) == that.hasKindTypeColumn(that.getDataKind()); in shouldCollapseWith()
137 public boolean hasKindTypeColumn(DataKind kind) { in hasKindTypeColumn() method in DataItem196 if ((!hasKindTypeColumn(thisKind) && that.hasKindTypeColumn(thatKind)) || in collapseWith()197 that.hasKindTypeColumn(thatKind) && in collapseWith()
1495 if (event.hasKindTypeColumn(kind)) { in dataItemToEntry()1514 if (relation.hasKindTypeColumn(kind)) { in dataItemToEntry()1529 if (phone.hasKindTypeColumn(kind)) { in dataItemToEntry()1620 if (email.hasKindTypeColumn(kind)) { in dataItemToEntry()1640 if (postal.hasKindTypeColumn(kind)) { in dataItemToEntry()1670 if (sip.hasKindTypeColumn(kind)) { in dataItemToEntry()
82 if (item.hasKindTypeColumn(kind)) { in DataAction()