Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java265 + " ON (" + RawContactsColumns.CONCRETE_CONTACT_ID + "="
487 public static final String CONCRETE_CONTACT_ID = field
630 String CONCRETE_CONTACT_ID = Tables.AGGREGATED_PRESENCE + "." + CONTACT_ID; field
1972 + RawContactsColumns.CONCRETE_CONTACT_ID + " AS " + RawContacts.CONTACT_ID + ", " in createContactsViews()
1978 + buildDisplayPhotoUriAlias(RawContactsColumns.CONCRETE_CONTACT_ID, in createContactsViews()
1980 + buildThumbnailPhotoUriAlias(RawContactsColumns.CONCRETE_CONTACT_ID, in createContactsViews()
2109 + RawContactsColumns.CONCRETE_CONTACT_ID + " AS " + Contacts._ID + ", " in createContactsViews()
2110 + RawContactsColumns.CONCRETE_CONTACT_ID + " AS " + RawContacts.CONTACT_ID + ", " in createContactsViews()
2116 + buildDisplayPhotoUriAlias(RawContactsColumns.CONCRETE_CONTACT_ID, in createContactsViews()
2118 + buildThumbnailPhotoUriAlias(RawContactsColumns.CONCRETE_CONTACT_ID, in createContactsViews()
[all …]
H A DContactsProvider2.java5197 "SELECT " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5200 " AND " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5202 " AND " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5204 " SELECT " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5207 + " AND " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5224 "SELECT DISTINCT " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
5227 " AND " + RawContactsColumns.CONCRETE_CONTACT_ID + in updateAccountsInBackground()
6273 + "=" + RawContactsColumns.CONCRETE_CONTACT_ID + ")" + in queryLocal()
6454 + "=" + RawContactsColumns.CONCRETE_CONTACT_ID + ")" + in queryLocal()
6588 + "=" + RawContactsColumns.CONCRETE_CONTACT_ID + ")" + in queryLocal()
[all …]