Searched refs:ContactsColumns (Results 1 – 6 of 6) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 270 + ContactsColumns.CONCRETE_ID 417 " WHERE " + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + 445 public interface ContactsColumns { interface in ContactsDatabaseHelper 513 ContactsColumns.PHONEBOOK_LABEL_PRIMARY; 515 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY; 517 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE; 519 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE; 1283 ContactsColumns.LAST_STATUS_UPDATE_ID + " INTEGER REFERENCES data(_id)," + in onCreate() 1917 + ContactsColumns.LAST_STATUS_UPDATE_ID + ", " in createContactsViews() 1918 + 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 | 151 import com.android.providers.contacts.ContactsDatabaseHelper.ContactsColumns; 524 ContactsColumns.CONCRETE_ID 656 .add(ContactsColumns.PHONEBOOK_LABEL_PRIMARY) 657 .add(ContactsColumns.PHONEBOOK_BUCKET_PRIMARY) 658 .add(ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE) 659 .add(ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE) 1018 "(SELECT COUNT(" + ContactsColumns.CONCRETE_ID + ") FROM " 6452 ContactsColumns.LAST_STATUS_UPDATE_ID); in queryLocal() 6486 ContactsColumns.LAST_STATUS_UPDATE_ID); in queryLocal() 7550 localizedSortOrder = ContactsColumns.PHONEBOOK_BUCKET_PRIMARY in getLocalizedSortOrder() [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 93 import com.android.providers.contacts.ContactsDatabaseHelper.ContactsColumns; 434 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsProjection() 435 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsProjection() 436 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsProjection() 437 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsProjection() 475 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsStrequentProjection() 476 ContactsColumns.PHONEBOOK_BUCKET_PRIMARY, in testContactsStrequentProjection() 477 ContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, in testContactsStrequentProjection() 478 ContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, in testContactsStrequentProjection() 520 ContactsColumns.PHONEBOOK_LABEL_PRIMARY, in testContactsStrequentPhoneOnlyProjection() [all …]
|
D | ContactsDatabaseHelperUpgradeTest.java | 47 import com.android.providers.contacts.ContactsDatabaseHelper.ContactsColumns; 351 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; 105 " SET " + ContactsColumns.LAST_STATUS_UPDATE_ID + "=" + 118 " WHERE " + ContactsColumns.CONCRETE_ID + "=?"; 341 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND " in AbstractContactAggregator() 347 + " WHERE " + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND " in AbstractContactAggregator() 350 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID in AbstractContactAggregator() 356 + ContactsColumns.CONCRETE_ID + " AND " + RawContacts.PINNED + ">" in AbstractContactAggregator()
|