OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildSetAggregationMode
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java
509
builder =
buildSetAggregationMode
(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED);
513
builder =
buildSetAggregationMode
(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT);
583
buildSetAggregationMode
(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED);
587
builder =
buildSetAggregationMode
(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT);
603
protected Builder
buildSetAggregationMode
(Long beforeId, int mode) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java
417
builder =
buildSetAggregationMode
(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED);
421
builder =
buildSetAggregationMode
(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT);
437
protected Builder
buildSetAggregationMode
(Long beforeId, int mode) {
Completed in 830 milliseconds