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.java1665 boolean accountsChanged = updateAccountsInBackground(accounts); in performBackgroundTask()
1667 accountsChanged |= updateAccountsInBackground(accounts); in performBackgroundTask()
4727 private boolean updateAccountsInBackground(Account[] systemAccounts) { in updateAccountsInBackground() method in ContactsProvider2