OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aggregationMode
(Results
1 - 4
of
4
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
87
int
aggregationMode
= RawContacts.AGGREGATION_MODE_DEFAULT;
91
aggregationMode
= aggModeObject;
100
if (
aggregationMode
== RawContacts.AGGREGATION_MODE_DEFAULT) {
165
} else if (
aggregationMode
== RawContacts.AGGREGATION_MODE_DISABLED) {
184
||
aggregationMode
== RawContacts.AGGREGATION_MODE_SUSPENDED)) {
[
all
...]
AbstractContactAggregator.java
505
int
aggregationMode
= mDbHelper.getAggregationMode(rawContactId);
506
switch (
aggregationMode
) {
511
markForAggregation(rawContactId,
aggregationMode
, false);
537
public final void markNewForAggregation(long rawContactId, int
aggregationMode
) {
538
mRawContactsMarkedForAggregation.put(rawContactId,
aggregationMode
);
541
public final void markForAggregation(long rawContactId, int
aggregationMode
, boolean force) {
546
if (
aggregationMode
== RawContacts.AGGREGATION_MODE_DEFAULT) {
549
effectiveAggregationMode =
aggregationMode
;
554
effectiveAggregationMode =
aggregationMode
;
582
int
aggregationMode
= cursor.getInt
[
all
...]
ContactAggregator2.java
106
int
aggregationMode
= RawContacts.AGGREGATION_MODE_DEFAULT;
110
aggregationMode
= aggModeObject;
115
if (
aggregationMode
== RawContacts.AGGREGATION_MODE_DEFAULT) {
124
} else if (
aggregationMode
== RawContacts.AGGREGATION_MODE_DISABLED) {
157
||
aggregationMode
== RawContacts.AGGREGATION_MODE_SUSPENDED)) {
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java
[
all
...]
Completed in 46 milliseconds