OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:candidatescount
(Results
1 - 1
of
1
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java
142
final int
candidatesCount
= matchingCandidates.getCount();
143
if (
candidatesCount
>= AGGREGATION_CONTACT_SIZE_LIMIT) {
146
Log.v(TAG, "Too many matching raw contacts (" +
candidatesCount
149
} else if (
candidatesCount
> 0) {
[
all
...]
Completed in 131 milliseconds