Searched refs:CONTACTS (Results 1 – 7 of 7) sorted by relevance
116 public static final String CONTACTS = "contacts"; field144 CONTACTS,213 Tables.CONTACTS289 public static final String CONTACTS = "view_contacts"; field340 + " WHERE " + Tables.CONTACTS +"." + Contacts._ID347 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 …]
241 "UPDATE " + Tables.CONTACTS + " SET " + Contacts.TIMES_CONTACTED + "=" +256 private static final int CONTACTS = 1000; field in ContactsProvider21067 matcher.addURI(ContactsContract.AUTHORITY, "contacts", CONTACTS); in matcher.addURI() argument1691 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 …]
237 sb.append(Views.CONTACTS); in addSearchSuggestionsBasedOnFilter()
198 "UPDATE " + Tables.CONTACTS +
81 " FROM " + Tables.CONTACTS + in aggregateContact()
100 "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()
33 public static final int CONTACTS = 0x01; field in Tags109 public static final int CONTACTS_PAGE = CONTACTS << PAGE_SHIFT;