Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java5265 removeStaleAccountRows( in updateAccountsInBackground()
5267 removeStaleAccountRows(Tables.DIRECTORIES, Directory.ACCOUNT_NAME, in updateAccountsInBackground()
5313 private void removeStaleAccountRows(String table, String accountNameColumn, in removeStaleAccountRows() method in ContactsProvider2