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()
557 new TableListEntry(Tables.DELETED_CONTACTS, DELETED_CONTACTS_COLUMNS),
422 public static final int DELETED_CONTACTS = 23000; field in ContactsProvider21336 matcher.addURI(ContactsContract.AUTHORITY, "deleted_contacts", DELETED_CONTACTS); in matcher.addURI() argument7042 case DELETED_CONTACTS: { in queryLocal()7043 qb.setTables(Tables.DELETED_CONTACTS); in queryLocal()7050 qb.setTables(Tables.DELETED_CONTACTS); in queryLocal()
170 public static final String DELETED_CONTACTS = "deleted_contacts"; field3714 db.execSQL("DELETE FROM " + Tables.DELETED_CONTACTS + ";"); in wipeData()