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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 613 Cursor c = db.query(EmailLookupQuery.TABLE, EmailLookupQuery.COLUMNS,
614 EmailLookupQuery.SELECTION,
618 long rId = c.getLong(EmailLookupQuery.RAW_CONTACT_ID);
622 long contactId = c.getLong(EmailLookupQuery.CONTACT_ID);
623 long accountId = c.getLong(EmailLookupQuery.ACCOUNT_ID);
    [all...]
AbstractContactAggregator.java     [all...]

Completed in 890 milliseconds