Searched refs:hasKindTypeColumn (Results 1 – 5 of 5) sorted by relevance
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 DataItem193 if ((!hasKindTypeColumn(thisKind) && that.hasKindTypeColumn(thatKind)) || in collapseWith()194 that.hasKindTypeColumn(thatKind) && in collapseWith()
1384 if (event.hasKindTypeColumn(kind)) { in dataItemToEntry()1403 if (relation.hasKindTypeColumn(kind)) { in dataItemToEntry()1417 if (phone.hasKindTypeColumn(kind)) { in dataItemToEntry()1454 if (email.hasKindTypeColumn(kind)) { in dataItemToEntry()1473 if (postal.hasKindTypeColumn(kind)) { in dataItemToEntry()1501 if (sip.hasKindTypeColumn(kind)) { in dataItemToEntry()
87 if (item.hasKindTypeColumn(kind)) { in DataAction()