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()
485 new TableListEntry(Tables.DELETED_CONTACTS, DELETED_CONTACTS_COLUMNS),
451 public static final int DELETED_CONTACTS = 23000; field in ContactsProvider21401 matcher.addURI(ContactsContract.AUTHORITY, "deleted_contacts", DELETED_CONTACTS); in matcher.addURI() argument7043 case DELETED_CONTACTS: { in queryLocal()7044 qb.setTables(Tables.DELETED_CONTACTS); in queryLocal()7051 qb.setTables(Tables.DELETED_CONTACTS); in queryLocal()
132 public static final String DELETED_CONTACTS = "deleted_contacts"; field4958 db.execSQL("DELETE FROM " + Tables.DELETED_CONTACTS + ";"); in wipeData()