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.java200 DataKind thatKind = that.getDataKind(); in collapseWith() local
203 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()