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.java267 + " ON (" + RawContactsColumns.CONCRETE_CONTACT_ID + "="
498 public static final String CONCRETE_CONTACT_ID = field
641 String CONCRETE_CONTACT_ID = Tables.AGGREGATED_PRESENCE + "." + CONTACT_ID; field
2014 + RawContactsColumns.CONCRETE_CONTACT_ID + " AS " + RawContacts.CONTACT_ID + ", " in createContactsViews()
2020 + buildDisplayPhotoUriAlias(RawContactsColumns.CONCRETE_CONTACT_ID, in createContactsViews()
2022 + buildThumbnailPhotoUriAlias(RawContactsColumns.CONCRETE_CONTACT_ID, in createContactsViews()
2035 + RawContactsColumns.CONCRETE_CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + ")" in createContactsViews()
2151 + RawContactsColumns.CONCRETE_CONTACT_ID + " AS " + Contacts._ID + ", " in createContactsViews()
2152 + RawContactsColumns.CONCRETE_CONTACT_ID + " AS " + RawContacts.CONTACT_ID + ", " in createContactsViews()
2158 + buildDisplayPhotoUriAlias(RawContactsColumns.CONCRETE_CONTACT_ID, in createContactsViews()
[all …]
DContactsProvider2.java5254 "SELECT " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5257 " AND " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5259 " AND " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5261 " SELECT " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5264 + " AND " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5281 "SELECT DISTINCT " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5284 " AND " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5286 " SELECT " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
6268 + "=" + RawContactsColumns.CONCRETE_CONTACT_ID + ")" + in queryLocal()
6449 + "=" + RawContactsColumns.CONCRETE_CONTACT_ID + ")" + in queryLocal()
[all …]