Home
last modified time | relevance | path

Searched refs:CONTACTS (Results 1 – 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java116 public static final String CONTACTS = "contacts"; field
144 CONTACTS,
213 Tables.CONTACTS
289 public static final String CONTACTS = "view_contacts"; field
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 + "." + Contacts.STARRED;
[all …]
DContactsProvider2.java241 "UPDATE " + Tables.CONTACTS + " SET " + Contacts.TIMES_CONTACTED + "=" +
256 private static final int CONTACTS = 1000; field in ContactsProvider2
1067 matcher.addURI(ContactsContract.AUTHORITY, "contacts", CONTACTS); in matcher.addURI() argument
1691 Tables.CONTACTS, null); in updateProviderStatus()
1693 Tables.CONTACTS, null); in updateProviderStatus()
2285 case CONTACTS: { in insertInTransaction()
3271 case CONTACTS: { in deleteInTransaction()
3511 return mActiveDb.get().delete(Tables.CONTACTS, Contacts._ID + "=" + contactId, null); in deleteContact()
3622 db.execSQL("UPDATE " + Tables.CONTACTS + " SET " + in deleteDataUsage()
3681 case CONTACTS: in updateInTransaction()
[all …]
DGlobalSearchSupport.java237 sb.append(Views.CONTACTS); in addSearchSuggestionsBasedOnFilter()
DLegacyApiSupport.java198 "UPDATE " + Tables.CONTACTS +
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DProfileAggregator.java81 " FROM " + Tables.CONTACTS + in aggregateContact()
DContactAggregator.java100 "UPDATE " + Tables.CONTACTS +
304 "DELETE FROM " + Tables.CONTACTS + in ContactAggregator()
318 "UPDATE " + Tables.CONTACTS + in ContactAggregator()
323 "UPDATE " + Tables.CONTACTS + in ContactAggregator()
328 "UPDATE " + Tables.CONTACTS + in ContactAggregator()
332 mStarredUpdate = db.compileStatement("UPDATE " + Tables.CONTACTS + " SET " in ContactAggregator()
1751 "UPDATE " + Tables.CONTACTS +
1766 "INSERT INTO " + Tables.CONTACTS + " ("
2228 "UPDATE " + Tables.CONTACTS + in updateHasPhoneNumber()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DTags.java33 public static final int CONTACTS = 0x01; field in Tags
109 public static final int CONTACTS_PAGE = CONTACTS << PAGE_SHIFT;