OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aggregationMode
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java
413
public void markNewForAggregation(long rawContactId, int
aggregationMode
) {
414
mRawContactsMarkedForAggregation.put(rawContactId,
aggregationMode
);
417
public void markForAggregation(long rawContactId, int
aggregationMode
, boolean force) {
421
if (
aggregationMode
== RawContacts.AGGREGATION_MODE_DEFAULT) {
422
aggregationMode
= mRawContactsMarkedForAggregation.get(rawContactId);
429
mRawContactsMarkedForAggregation.put(rawContactId,
aggregationMode
);
521
int
aggregationMode
= RawContacts.AGGREGATION_MODE_DEFAULT;
525
aggregationMode
= aggModeObject;
531
if (
aggregationMode
== RawContacts.AGGREGATION_MODE_DEFAULT) {
548
} else if (
aggregationMode
== RawContacts.AGGREGATION_MODE_DISABLED)
[
all
...]
ContactsProvider2.java
[
all
...]
Completed in 116 milliseconds