Home
last modified time | relevance | path

Searched refs:CONCRETE_CONTACT_ID (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java229 + " ON (" + RawContactsColumns.CONCRETE_CONTACT_ID + "="
464 public static final String CONCRETE_CONTACT_ID = field
607 String CONCRETE_CONTACT_ID = Tables.AGGREGATED_PRESENCE + "." + CONTACT_ID; field
1939 + RawContactsColumns.CONCRETE_CONTACT_ID + " AS " + RawContacts.CONTACT_ID + ", " in createContactsViews()
1945 + buildDisplayPhotoUriAlias(RawContactsColumns.CONCRETE_CONTACT_ID, in createContactsViews()
1947 + buildThumbnailPhotoUriAlias(RawContactsColumns.CONCRETE_CONTACT_ID, in createContactsViews()
1960 + RawContactsColumns.CONCRETE_CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + ")" in createContactsViews()
2071 + RawContactsColumns.CONCRETE_CONTACT_ID + " AS " + Contacts._ID + ", " in createContactsViews()
2072 + RawContactsColumns.CONCRETE_CONTACT_ID + " AS " + RawContacts.CONTACT_ID + ", " in createContactsViews()
2078 + buildDisplayPhotoUriAlias(RawContactsColumns.CONCRETE_CONTACT_ID, in createContactsViews()
[all …]
DContactsProvider2.java5302 "SELECT " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5305 " AND " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5307 " AND " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5309 " SELECT " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5312 + " AND " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5329 "SELECT DISTINCT " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5332 " AND " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5334 " SELECT " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
6317 + "=" + RawContactsColumns.CONCRETE_CONTACT_ID + ")" + in queryLocal()
6498 + "=" + RawContactsColumns.CONCRETE_CONTACT_ID + ")" + in queryLocal()
[all …]