Searched defs:ContactsColumns (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java192 + ContactsColumns.CONCRETE_ID
297 " WHERE " + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID +
314 public interface ContactsColumns { interface in class:ContactsDatabaseHelper
880 ContactsColumns.LAST_STATUS_UPDATE_ID + " INTEGER REFERENCES data(_id)" +
1566 + ContactsColumns.LAST_STATUS_UPDATE_ID;
1569 ContactsColumns.CONCRETE_CUSTOM_RINGTONE
1571 + ContactsColumns.CONCRETE_SEND_TO_VOICEMAIL
1573 + ContactsColumns.CONCRETE_LAST_TIME_CONTACTED
1575 + ContactsColumns.CONCRETE_TIMES_CONTACTED
1577 + ContactsColumns
[all...]

Completed in 53 milliseconds