Searched refs:ContactsColumns (Results 1 – 6 of 6) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 266 + ContactsColumns.CONCRETE_ID 405 " WHERE " + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + 422 public interface ContactsColumns { interface in ContactsDatabaseHelper 490 ContactsColumns.PHONEBOOK_LABEL_PRIMARY; 492 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY; 494 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE; 496 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; 1263 ContactsColumns.LAST_STATUS_UPDATE_ID + " INTEGER REFERENCES data(_id)," + in onCreate() 1924 + ContactsColumns.LAST_STATUS_UPDATE_ID + ", " in createContactsViews() 1925 + ContactsColumns.CONCRETE_CONTACT_LAST_UPDATED_TIMESTAMP; in createContactsViews() [all …]
|
D | GlobalSearchSupport.java | 37 import com.android.providers.contacts.ContactsDatabaseHelper.ContactsColumns; 69 " WHERE " + AggregatedPresenceColumns.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + ")"; 220 db, projection, ContactsColumns.CONCRETE_ID + "=" + contactId, filter, null, in handleSearchShortcutRefresh()
|
D | ContactsProvider2.java | 135 import com.android.providers.contacts.ContactsDatabaseHelper.ContactsColumns; 492 ContactsColumns.CONCRETE_ID 624 .add(ContactsColumns.PHONEBOOK_LABEL_PRIMARY) 625 .add(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY) 626 .add(ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE) 627 .add(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE) 986 "(SELECT COUNT(" + ContactsColumns.CONCRETE_ID + ") FROM " 6007 ContactsColumns.LAST_STATUS_UPDATE_ID); in queryLocal() 6041 ContactsColumns.LAST_STATUS_UPDATE_ID); in queryLocal() 7099 localizedSortOrder = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY in getLocalizedSortOrder() [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 81 import com.android.providers.contacts.ContactsDatabaseHelper.ContactsColumns; 208 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsProjection() 209 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsProjection() 210 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsProjection() 211 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsProjection() 249 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsStrequentProjection() 250 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentProjection() 251 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentProjection() 252 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsStrequentProjection() 294 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsStrequentPhoneOnlyProjection() [all …]
|
D | ContactsDatabaseHelperUpgradeTest.java | 47 import com.android.providers.contacts.ContactsDatabaseHelper.ContactsColumns; 243 new TableColumn(ContactsColumns.LAST_STATUS_UPDATE_ID, INTEGER, false, null),
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 24 import com.android.providers.contacts.ContactsDatabaseHelper.ContactsColumns; 106 " SET " + ContactsColumns.LAST_STATUS_UPDATE_ID + "=" + 119 " WHERE " + ContactsColumns.CONCRETE_ID + "=?"; 345 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND " in AbstractContactAggregator() 351 + " WHERE " + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND " in AbstractContactAggregator() 354 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID in AbstractContactAggregator() 360 + ContactsColumns.CONCRETE_ID + " AND " + RawContacts.PINNED + ">" in AbstractContactAggregator()
|