Home
last modified time | relevance | path

Searched refs:deleteOldLogs (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
DDeletedContactsTableUtil.java71 public static int deleteOldLogs(SQLiteDatabase db) { in deleteOldLogs() method in DeletedContactsTableUtil
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1832 DeletedContactsTableUtil.deleteOldLogs(db); in performBackgroundTask()