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

/packages/apps/Exchange/exchange2/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.java116 public static final String CONTACTS = "contacts"; field in interface:ContactsDatabaseHelper.Tables
144 CONTACTS,
213 Tables.CONTACTS
289 public static final String CONTACTS = "view_contacts"; field in interface:ContactsDatabaseHelper.Views
340 + " WHERE " + Tables.CONTACTS +"." + Contacts._ID
347 public static final String CONCRETE_ID = Tables.CONTACTS + "." + BaseColumns._ID;
349 public static final String CONCRETE_PHOTO_FILE_ID = Tables.CONTACTS + "."
351 public static final String CONCRETE_TIMES_CONTACTED = Tables.CONTACTS + "."
353 public static final String CONCRETE_LAST_TIME_CONTACTED = Tables.CONTACTS + "."
355 public static final String CONCRETE_STARRED = Tables.CONTACTS
[all...]
H A DContactsProvider2.java241 "UPDATE " + Tables.CONTACTS + " SET " + Contacts.TIMES_CONTACTED + "=" +
256 private static final int CONTACTS = 1000; field in class:ContactsProvider2
1067 matcher.addURI(ContactsContract.AUTHORITY, "contacts", CONTACTS);
1689 Tables.CONTACTS, null);
1691 Tables.CONTACTS, null);
2306 case CONTACTS: {
3309 case CONTACTS: {
3552 return db.delete(Tables.CONTACTS, Contacts._ID + "=" + contactId, null);
3671 db.execSQL("UPDATE " + Tables.CONTACTS + " SET " +
3727 case CONTACTS
[all...]

Completed in 99 milliseconds