Searched refs:thatKind (Results 1 – 1 of 1) sorted by relevance
200 DataKind thatKind = that.getDataKind(); in collapseWith() local203 if ((!hasKindTypeColumn(thisKind) && that.hasKindTypeColumn(thatKind)) || in collapseWith()204 that.hasKindTypeColumn(thatKind) && in collapseWith()207 RawContactModifier.getTypePrecedence(thatKind, that.getKindTypeColumn(thatKind))) { in collapseWith()208 mContentValues.put(thatKind.typeColumn, that.getKindTypeColumn(thatKind)); in collapseWith()209 mKind = thatKind; in collapseWith()214 thatKind.maxLinesForDisplay); in collapseWith()