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.java8379 int bestRefCount = 0; in getMostReferencedContactId() local
8390 if (count > bestRefCount) { in getMostReferencedContactId()
8392 bestRefCount = count; in getMostReferencedContactId()
8400 if (count > bestRefCount) { in getMostReferencedContactId()