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.java270 int primaryType = -1; in fixPrimary() local
281 if (primaryType == -1 || getTypeRank(type) < getTypeRank(primaryType)) { in fixPrimary()
283 primaryType = type; in fixPrimary()