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 DataItem203 if ((!hasKindTypeColumn(thisKind) && that.hasKindTypeColumn(thatKind)) || in collapseWith()204 that.hasKindTypeColumn(thatKind) && in collapseWith()
87 if (item.hasKindTypeColumn(kind)) { in DataAction()
1814 if (event.hasKindTypeColumn(kind)) { in dataItemToEntry()1833 if (relation.hasKindTypeColumn(kind)) { in dataItemToEntry()1848 if (phone.hasKindTypeColumn(kind)) { in dataItemToEntry()1929 if (email.hasKindTypeColumn(kind)) { in dataItemToEntry()1948 if (postal.hasKindTypeColumn(kind)) { in dataItemToEntry()1976 if (sip.hasKindTypeColumn(kind)) { in dataItemToEntry()