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

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DTags.java33 public static final int CONTACTS = 0x01; field in class:Tags
109 public static final int CONTACTS_PAGE = CONTACTS << PAGE_SHIFT;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java112 public static final String CONTACTS = "contacts"; field in interface:ContactsDatabaseHelper.Tables
140 CONTACTS,
189 Tables.CONTACTS
261 public static final String CONTACTS = "view_contacts"; field in interface:ContactsDatabaseHelper.Views
310 + " WHERE " + Tables.CONTACTS +"." + Contacts._ID
317 public static final String CONCRETE_ID = Tables.CONTACTS + "." + BaseColumns._ID;
319 public static final String CONCRETE_PHOTO_FILE_ID = Tables.CONTACTS + "."
321 public static final String CONCRETE_TIMES_CONTACTED = Tables.CONTACTS + "."
323 public static final String CONCRETE_LAST_TIME_CONTACTED = Tables.CONTACTS + "."
325 public static final String CONCRETE_STARRED = Tables.CONTACTS
[all...]
H A DContactsProvider2.java242 "UPDATE " + Tables.CONTACTS + " SET " + Contacts.TIMES_CONTACTED + "=" +
257 private static final int CONTACTS = 1000; field in class:ContactsProvider2
1085 matcher.addURI(ContactsContract.AUTHORITY, "contacts", CONTACTS);
1713 Tables.CONTACTS, null);
1715 Tables.CONTACTS, null);
2402 case CONTACTS: {
3492 case CONTACTS: {
3717 return mActiveDb.get().delete(Tables.CONTACTS, Contacts._ID + "=" + contactId, null);
3882 case CONTACTS:
4393 Cursor cursor = mActiveDb.get().query(Views.CONTACTS,
[all...]

Completed in 66 milliseconds