Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java7088 int bestRefCount = 0; in getMostReferencedContactId() local
7099 if (count > bestRefCount) { in getMostReferencedContactId()
7101 bestRefCount = count; in getMostReferencedContactId()
7109 if (count > bestRefCount) { in getMostReferencedContactId()