OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AGGREGATION_MODE_DEFAULT
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaListTests.java
246
return buildAggregationModeUpdate(RawContacts.
AGGREGATION_MODE_DEFAULT
);
487
buildAggregationModeUpdate(RawContacts.
AGGREGATION_MODE_DEFAULT
),
497
buildAggregationModeUpdate(RawContacts.
AGGREGATION_MODE_DEFAULT
),
548
buildAggregationModeUpdate(RawContacts.
AGGREGATION_MODE_DEFAULT
),
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java
421
builder = buildSetAggregationMode(beforeId, RawContacts.
AGGREGATION_MODE_DEFAULT
);
426
builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.
AGGREGATION_MODE_DEFAULT
);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactAggregatorTest.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/model/
EntityDelta.java
448
builder = buildSetAggregationMode(beforeId, RawContacts.
AGGREGATION_MODE_DEFAULT
);
453
builder.withValue(RawContacts.AGGREGATION_MODE, RawContacts.
AGGREGATION_MODE_DEFAULT
);
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java
476
case RawContacts.
AGGREGATION_MODE_DEFAULT
: {
509
if (aggregationMode == RawContacts.
AGGREGATION_MODE_DEFAULT
) {
544
if (aggregationMode == RawContacts.
AGGREGATION_MODE_DEFAULT
) {
659
int aggregationMode = RawContacts.
AGGREGATION_MODE_DEFAULT
;
669
if (aggregationMode == RawContacts.
AGGREGATION_MODE_DEFAULT
) {
[
all
...]
ContactsProvider2.java
[
all
...]
ContactsDatabaseHelper.java
[
all
...]
/frameworks/base/core/java/android/provider/
ContactsContract.java
[
all
...]
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 297 milliseconds