Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DDataItem.java199 && getTypePrecedence(thisKind, getKindTypeColumn(thisKind)) in collapseWith()
200 > getTypePrecedence(thatKind, that.getKindTypeColumn(thatKind)))) { in collapseWith()
249 private static int getTypePrecedence(DataKind kind, int rawValue) { in getTypePrecedence() method in DataItem
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DDataItem.java198 RawContactModifier.getTypePrecedence(thisKind, getKindTypeColumn(thisKind)) in collapseWith()
200 RawContactModifier.getTypePrecedence(thatKind, that.getKindTypeColumn(thatKind))) { in collapseWith()
/packages/apps/Contacts/src/com/android/contacts/
DTypePrecedence.java86 public static int getTypePrecedence(String mimetype, int type) { in getTypePrecedence() method in TypePrecedence
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java271 public static int getTypePrecedence(DataKind kind, int rawValue) { in getTypePrecedence() method in RawContactModifier