Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DEventDataItem.java54 } else if (getKindTypeColumn(mKind) != that.getKindTypeColumn(that.getDataKind())) { in shouldCollapseWith()
56 } else if (getKindTypeColumn(mKind) == Event.TYPE_CUSTOM && in shouldCollapseWith()
DRelationDataItem.java54 } else if (getKindTypeColumn(mKind) != that.getKindTypeColumn(that.getDataKind())) { in shouldCollapseWith()
56 } else if (getKindTypeColumn(mKind) == Relation.TYPE_CUSTOM && in shouldCollapseWith()
DDataItem.java143 public int getKindTypeColumn(DataKind kind) { in getKindTypeColumn() method in DataItem
205 RawContactModifier.getTypePrecedence(thisKind, getKindTypeColumn(thisKind)) in collapseWith()
207 RawContactModifier.getTypePrecedence(thatKind, that.getKindTypeColumn(thatKind))) { in collapseWith()
208 mContentValues.put(thatKind.typeColumn, that.getKindTypeColumn(thatKind)); in collapseWith()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/dataitem/
DDataItemTests.java110 assertEquals(1, dataList.get(0).getKindTypeColumn(kind)); in testDataItemCollapsing_genericDataItemFields()
138 ((EmailDataItem) dataList.get(0)).getKindTypeColumn(kind)); in testDataItemCollapsing_email()
322 ((PhoneDataItem) dataList.get(0)).getKindTypeColumn(kind)); in testDataItemCollapsing_phone()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java88 final int typeValue = item.getKindTypeColumn(kind); in DataAction()
DQuickContactActivity.java1815 subHeader = EventCompat.getTypeLabel(res, event.getKindTypeColumn(kind), in dataItemToEntry()
1835 relation.getKindTypeColumn(kind), in dataItemToEntry()
1849 final int kindTypeColumn = phone.getKindTypeColumn(kind); in dataItemToEntry()
1930 text = Email.getTypeLabel(res, email.getKindTypeColumn(kind), in dataItemToEntry()
1950 postal.getKindTypeColumn(kind), postal.getLabel()).toString(); in dataItemToEntry()
1978 sip.getKindTypeColumn(kind), sip.getLabel()).toString(); in dataItemToEntry()