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.java7867 int bestRefCount = 0; in getMostReferencedContactId() local
7878 if (count > bestRefCount) { in getMostReferencedContactId()
7880 bestRefCount = count; in getMostReferencedContactId()
7888 if (count > bestRefCount) { in getMostReferencedContactId()