Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandler.java339 int primaryType = -1; in fixPrimary() local
350 if (primaryType == -1 || getTypeRank(type) < getTypeRank(primaryType)) { in fixPrimary()
352 primaryType = type; in fixPrimary()