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/aggregation/
ContactAggregator.java
478
int
aggregationMode
= mDbHelper.getAggregationMode(rawContactId);
479
switch (
aggregationMode
) {
484
markForAggregation(rawContactId,
aggregationMode
, false);
510
public void markNewForAggregation(long rawContactId, int
aggregationMode
) {
511
mRawContactsMarkedForAggregation.put(rawContactId,
aggregationMode
);
514
public void markForAggregation(long rawContactId, int
aggregationMode
, boolean force) {
519
if (
aggregationMode
== RawContacts.AGGREGATION_MODE_DEFAULT) {
522
effectiveAggregationMode =
aggregationMode
;
527
effectiveAggregationMode =
aggregationMode
;
555
int
aggregationMode
= cursor.getInt
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java
[
all
...]
Completed in 152 milliseconds