Searched refs:getTypePrecedence (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DTypePrecedence.java32 * @deprecated use {@link RawContactModifier#getTypePrecedence} instead, since this
86 public static int getTypePrecedence(String mimetype, int type) { method in class:TypePrecedence
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DTypePrecedence.java78 public static int getTypePrecedence(String mimetype, int type) { method in class:TypePrecedence
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
H A DDataItem.java199 && getTypePrecedence(thisKind, getKindTypeColumn(thisKind))
200 > getTypePrecedence(thatKind, that.getKindTypeColumn(thatKind)))) {
249 private static int getTypePrecedence(DataKind kind, int rawValue) { method in class:DataItem
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DDataItem.java208 RawContactModifier.getTypePrecedence(thisKind, getKindTypeColumn(thisKind))
210 RawContactModifier.getTypePrecedence(thatKind, that.getKindTypeColumn(thatKind))) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactFragment.java596 if (TypePrecedence.getTypePrecedence(mimetype, type)
597 > TypePrecedence.getTypePrecedence(entry.mimetype, entry.type)) {
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactModifier.java271 public static int getTypePrecedence(DataKind kind, int rawValue) { method in class:RawContactModifier

Completed in 849 milliseconds