Home
last modified time | relevance | path

Searched refs:thatKind (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DDataItem.java190 DataKind thatKind = that.getDataKind(); in collapseWith() local
193 if ((!hasKindTypeColumn(thisKind) && that.hasKindTypeColumn(thatKind)) || in collapseWith()
194 that.hasKindTypeColumn(thatKind) && in collapseWith()
197 RawContactModifier.getTypePrecedence(thatKind, that.getKindTypeColumn(thatKind))) { in collapseWith()
198 mContentValues.put(thatKind.typeColumn, that.getKindTypeColumn(thatKind)); in collapseWith()
199 mKind = thatKind; in collapseWith()
204 thatKind.maxLinesForDisplay); in collapseWith()