OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AGGREGATION_NEEDED
(Results
1 - 6
of
6
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
533
"raw_contacts1." + RawContactsColumns.
AGGREGATION_NEEDED
,
535
"raw_contacts2." + RawContactsColumns.
AGGREGATION_NEEDED
,
[
all
...]
AbstractContactAggregator.java
321
" SET " + RawContactsColumns.
AGGREGATION_NEEDED
+ "=1" +
323
+ " AND " + RawContactsColumns.
AGGREGATION_NEEDED
+ "=0");
365
+ RawContactsColumns.
AGGREGATION_NEEDED
+ "=0" +
598
* - Set {@link RawContactsColumns#
AGGREGATION_NEEDED
} For all visible raw_contacts with
605
// Set
AGGREGATION_NEEDED
for all visible raw_cotnacts with AGGREGATION_MODE_DEFAULT.
608
RawContactsColumns.
AGGREGATION_NEEDED
+ "=1" +
616
" WHERE " + RawContactsColumns.
AGGREGATION_NEEDED
+ "=1 AND " +
[
all
...]
ContactAggregator2.java
193
" WHERE " + RawContactsColumns.
AGGREGATION_NEEDED
+ "=1" +
[
all
...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperUpgradeTest.java
203
new TableColumn(RawContactsColumns.
AGGREGATION_NEEDED
, INTEGER, true, "1"),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java
460
public static final String
AGGREGATION_NEEDED
= "
aggregation_needed
";
[
all
...]
ContactsProvider2.java
[
all
...]
Completed in 201 milliseconds