OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:effectiveaggregationmode
(Results
1 - 1
of
1
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java
542
final int
effectiveAggregationMode
;
547
effectiveAggregationMode
= mRawContactsMarkedForAggregation.get(rawContactId);
549
effectiveAggregationMode
= aggregationMode;
554
effectiveAggregationMode
= aggregationMode;
557
mRawContactsMarkedForAggregation.put(rawContactId,
effectiveAggregationMode
);
[
all
...]
Completed in 103 milliseconds