Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java5297 removeStaleAccountRows( in updateAccountsInBackground()
5299 removeStaleAccountRows(Tables.DIRECTORIES, Directory.ACCOUNT_NAME, in updateAccountsInBackground()
5345 private void removeStaleAccountRows(String table, String accountNameColumn, in removeStaleAccountRows() method in ContactsProvider2