Home
last modified time | relevance | path

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

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