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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 559 Cursor c = db.query(IdentityLookupMatchQuery.TABLE, IdentityLookupMatchQuery.COLUMNS,
560 IdentityLookupMatchQuery.SELECTION,
564 final long rId = c.getLong(IdentityLookupMatchQuery.RAW_CONTACT_ID);
568 final long contactId = c.getLong(IdentityLookupMatchQuery.CONTACT_ID);
569 final long accountId = c.getLong(IdentityLookupMatchQuery.ACCOUNT_ID);
    [all...]
ContactAggregator.java     [all...]

Completed in 1406 milliseconds