Searched refs:ContactsColumns (Results 1 – 6 of 6) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 268 + ContactsColumns.CONCRETE_ID 416 " WHERE " + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + 433 public interface ContactsColumns { interface in ContactsDatabaseHelper 501 ContactsColumns.PHONEBOOK_LABEL_PRIMARY; 503 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY; 505 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE; 507 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; 1286 ContactsColumns.LAST_STATUS_UPDATE_ID + " INTEGER REFERENCES data(_id)," + in onCreate() 1970 + ContactsColumns.LAST_STATUS_UPDATE_ID + ", " in createContactsViews() 1971 + 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 | 126 import com.android.providers.contacts.ContactsDatabaseHelper.ContactsColumns; 484 ContactsColumns.CONCRETE_ID 633 .add(ContactsColumns.PHONEBOOK_LABEL_PRIMARY) 634 .add(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY) 635 .add(ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE) 636 .add(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE) 995 "(SELECT COUNT(" + ContactsColumns.CONCRETE_ID + ") FROM " 5968 ContactsColumns.LAST_STATUS_UPDATE_ID); in queryLocal() 6002 ContactsColumns.LAST_STATUS_UPDATE_ID); in queryLocal() 7052 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; 215 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsProjection() 216 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsProjection() 217 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsProjection() 218 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsProjection() 256 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsStrequentProjection() 257 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentProjection() 258 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentProjection() 259 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsStrequentProjection() 301 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsStrequentPhoneOnlyProjection() [all …]
|
D | ContactsDatabaseHelperUpgradeTest.java | 49 import com.android.providers.contacts.ContactsDatabaseHelper.ContactsColumns; 246 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()
|