HomeSort by relevance Sort by last modified time
    Searched defs:AggregateExceptionQuery (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 522 interface AggregateExceptionQuery {
562 final Cursor c = db.query(AggregateExceptionQuery.TABLE,
563 AggregateExceptionQuery.COLUMNS,
570 int type = c.getInt(AggregateExceptionQuery.TYPE);
571 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1);
574 if (c.getInt(AggregateExceptionQuery.AGGREGATION_NEEDED_2) == 0
575 && !c.isNull(AggregateExceptionQuery.CONTACT_ID2)) {
576 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID2);
579 if (c.getInt(AggregateExceptionQuery.AGGREGATION_NEEDED_1) == 0
580 && !c.isNull(AggregateExceptionQuery.CONTACT_ID1))
    [all...]
AbstractContactAggregator.java     [all...]

Completed in 316 milliseconds