Searched refs:getTypePrecedence (Results 1 – 5 of 5) sorted by relevance
205 RawContactModifier.getTypePrecedence(thisKind, getKindTypeColumn(thisKind)) in collapseWith()207 RawContactModifier.getTypePrecedence(thatKind, that.getKindTypeColumn(thatKind))) { in collapseWith()
78 public static int getTypePrecedence(String mimetype, int type) { in getTypePrecedence() method in TypePrecedence
86 public static int getTypePrecedence(String mimetype, int type) { in getTypePrecedence() method in TypePrecedence
596 if (TypePrecedence.getTypePrecedence(mimetype, type) in collapseWith()597 > TypePrecedence.getTypePrecedence(entry.mimetype, entry.type)) { in collapseWith()
273 public static int getTypePrecedence(DataKind kind, int rawValue) { in getTypePrecedence() method in RawContactModifier