Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1772 boolean accountsChanged = updateAccountsInBackground(accounts); in performBackgroundTask()
1774 accountsChanged |= updateAccountsInBackground(accounts); in performBackgroundTask()
5223 private boolean updateAccountsInBackground(Account[] systemAccounts) { in updateAccountsInBackground() method in ContactsProvider2