Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DDataItem.java192 DataKind thisKind = getDataKind(); in collapseWith() local
196 if ((!hasKindTypeColumn(thisKind) && that.hasKindTypeColumn(thatKind)) || in collapseWith()
198 RawContactModifier.getTypePrecedence(thisKind, getKindTypeColumn(thisKind)) in collapseWith()
206 mKind.maxLinesForDisplay = Math.max(thisKind.maxLinesForDisplay, in collapseWith()
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DDataItem.java193 DataKind thisKind = getDataKind(); in collapseWith() local
197 if ((!hasKindTypeColumn(thisKind) && that.hasKindTypeColumn(thatKind)) in collapseWith()
199 && getTypePrecedence(thisKind, getKindTypeColumn(thisKind)) in collapseWith()
206 mKind.maxLinesForDisplay = Math.max(thisKind.maxLinesForDisplay, thatKind.maxLinesForDisplay); in collapseWith()