Searched refs:thatKind (Results 1 – 2 of 2) sorted by relevance
193 DataKind thatKind = that.getDataKind(); in collapseWith() local196 if ((!hasKindTypeColumn(thisKind) && that.hasKindTypeColumn(thatKind)) || in collapseWith()197 that.hasKindTypeColumn(thatKind) && in collapseWith()200 RawContactModifier.getTypePrecedence(thatKind, that.getKindTypeColumn(thatKind))) { in collapseWith()201 mContentValues.put(thatKind.typeColumn, that.getKindTypeColumn(thatKind)); in collapseWith()202 mKind = thatKind; in collapseWith()207 thatKind.maxLinesForDisplay); in collapseWith()
194 DataKind thatKind = that.getDataKind(); in collapseWith() local197 if ((!hasKindTypeColumn(thisKind) && that.hasKindTypeColumn(thatKind)) in collapseWith()198 || (that.hasKindTypeColumn(thatKind) in collapseWith()200 > getTypePrecedence(thatKind, that.getKindTypeColumn(thatKind)))) { in collapseWith()201 mContentValues.put(thatKind.typeColumn, that.getKindTypeColumn(thatKind)); in collapseWith()202 mKind = thatKind; in collapseWith()206 mKind.maxLinesForDisplay = Math.max(thisKind.maxLinesForDisplay, thatKind.maxLinesForDisplay); in collapseWith()