Searched refs:ContactsColumns (Results 1 – 6 of 6) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 246 + ContactsColumns.CONCRETE_ID 397 " WHERE " + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + 414 public interface ContactsColumns { interface in ContactsDatabaseHelper 491 ContactsColumns.PHONEBOOK_LABEL_PRIMARY; 493 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY; 495 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE; 497 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; 1273 ContactsColumns.LAST_STATUS_UPDATE_ID + " INTEGER REFERENCES data(_id)," + in onCreate() 1953 + ContactsColumns.LAST_STATUS_UPDATE_ID + ", " in createContactsViews() 1954 + 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 | 125 import com.android.providers.contacts.ContactsDatabaseHelper.ContactsColumns; 511 ContactsColumns.CONCRETE_ID 691 .add(ContactsColumns.PHONEBOOK_LABEL_PRIMARY) 692 .add(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY) 693 .add(ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE) 694 .add(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE) 1053 "(SELECT COUNT(" + ContactsColumns.CONCRETE_ID + ") FROM " 6046 ContactsColumns.LAST_STATUS_UPDATE_ID); in queryLocal() 6080 ContactsColumns.LAST_STATUS_UPDATE_ID); in queryLocal() 7181 localizedSortOrder = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY in getLocalizedSortOrder() [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 83 import com.android.providers.contacts.ContactsDatabaseHelper.ContactsColumns; 190 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsProjection() 191 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsProjection() 192 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsProjection() 193 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsProjection() 231 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsStrequentProjection() 232 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentProjection() 233 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentProjection() 234 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsStrequentProjection() 276 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsStrequentPhoneOnlyProjection() [all …]
|
D | ContactsDatabaseHelperUpgradeTest.java | 50 import com.android.providers.contacts.ContactsDatabaseHelper.ContactsColumns; 255 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 + "=?"; 344 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND " in AbstractContactAggregator() 350 + " WHERE " + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND " in AbstractContactAggregator() 353 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID in AbstractContactAggregator() 359 + ContactsColumns.CONCRETE_ID + " AND " + RawContacts.PINNED + ">" in AbstractContactAggregator()
|