Searched refs:DELETED_CONTACTS (Results 1 – 4 of 4) sorted by relevance
38 db.execSQL("CREATE TABLE " + ContactsDatabaseHelper.Tables.DELETED_CONTACTS + " (" + in create()45 ContactsDatabaseHelper.Tables.DELETED_CONTACTS, in create()62 return db.insertWithOnConflict(ContactsDatabaseHelper.Tables.DELETED_CONTACTS, null, values, in insertDeletedContact()78 return db.delete(ContactsDatabaseHelper.Tables.DELETED_CONTACTS, in deleteOldLogs()
574 new TableListEntry(Tables.DELETED_CONTACTS, DELETED_CONTACTS_COLUMNS),
414 public static final int DELETED_CONTACTS = 23000; field in ContactsProvider21345 matcher.addURI(ContactsContract.AUTHORITY, "deleted_contacts", DELETED_CONTACTS); in matcher.addURI() argument6995 case DELETED_CONTACTS: { in queryLocal()6996 qb.setTables(Tables.DELETED_CONTACTS); in queryLocal()7003 qb.setTables(Tables.DELETED_CONTACTS); in queryLocal()
170 public static final String DELETED_CONTACTS = "deleted_contacts"; field3784 db.execSQL("DELETE FROM " + Tables.DELETED_CONTACTS + ";"); in wipeData()