Searched refs:CONTACTS (Results 1 – 8 of 8) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 125 public static final String CONTACTS = "contacts"; field 154 CONTACTS, 222 Tables.CONTACTS 298 public static final String CONTACTS = "view_contacts"; field 368 + " WHERE " + Tables.CONTACTS +"." + Contacts._ID 373 + " WHERE " + Tables.CONTACTS +"." + Contacts._ID 380 public static final String CONCRETE_ID = Tables.CONTACTS + "." + BaseColumns._ID; 382 public static final String CONCRETE_PHOTO_FILE_ID = Tables.CONTACTS + "." 384 public static final String CONCRETE_TIMES_CONTACTED = Tables.CONTACTS + "." 386 public static final String CONCRETE_LAST_TIME_CONTACTED = Tables.CONTACTS + "." [all …]
|
D | ContactsProvider2.java | 200 "UPDATE " + Tables.CONTACTS + " SET " + Contacts.TIMES_CONTACTED + "=" + 287 private static final int CONTACTS = 1000; field in ContactsProvider2 529 "UPDATE " + Tables.CONTACTS + 1137 matcher.addURI(ContactsContract.AUTHORITY, "contacts", CONTACTS); in matcher.addURI() argument 1855 …ContactsEmpty = DatabaseUtils.queryIsEmpty(mContactsHelper.getReadableDatabase(), Tables.CONTACTS); in updateProviderStatus() 1857 Tables.CONTACTS, null); in updateProviderStatus() 2497 case CONTACTS: { in insertInTransaction() 3463 case CONTACTS: { in deleteInTransaction() 3830 db.execSQL("UPDATE " + Tables.CONTACTS + " SET " + in deleteDataUsage() 3886 case CONTACTS: in updateInTransaction() [all …]
|
D | GlobalSearchSupport.java | 240 sb.append(Views.CONTACTS); in addSearchSuggestionsBasedOnFilter()
|
D | LegacyApiSupport.java | 198 "UPDATE " + Tables.CONTACTS +
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/ |
D | ContactsTableUtil.java | 44 final String table = Tables.CONTACTS; in createIndexes() 62 db.update(Tables.CONTACTS, values, Contacts._ID + " = ?", in updateContactLastUpdateByContactId() 93 final String sql = "UPDATE " + Tables.CONTACTS in buildUpdateLastUpdateSql() 114 return db.delete(Tables.CONTACTS, Contacts._ID + " = ?", new String[]{contactId + ""}); in deleteContact()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 104 "UPDATE " + Tables.CONTACTS + 319 "UPDATE " + Tables.CONTACTS + in ContactAggregator() 324 "UPDATE " + Tables.CONTACTS + in ContactAggregator() 329 "UPDATE " + Tables.CONTACTS + in ContactAggregator() 333 mStarredUpdate = db.compileStatement("UPDATE " + Tables.CONTACTS + " SET " in ContactAggregator() 339 mPinnedUpdate = db.compileStatement("UPDATE " + Tables.CONTACTS + " SET " in ContactAggregator() 1777 "UPDATE " + Tables.CONTACTS + 1794 "INSERT INTO " + Tables.CONTACTS + " (" 2277 "UPDATE " + Tables.CONTACTS + in updateHasPhoneNumber()
|
D | ProfileAggregator.java | 81 " FROM " + Tables.CONTACTS + in aggregateContact()
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
D | Tags.java | 33 public static final int CONTACTS = 0x01; field in Tags 105 public static final int CONTACTS_PAGE = CONTACTS << PAGE_SHIFT;
|