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.java4924 removeStaleAccountRows( in updateAccountsInBackground()
4926 removeStaleAccountRows(Tables.DIRECTORIES, Directory.ACCOUNT_NAME, in updateAccountsInBackground()
4971 private void removeStaleAccountRows(String table, String accountNameColumn, in removeStaleAccountRows() method in ContactsProvider2