Searched refs:systemAccounts (Results 1 – 2 of 2) sorted by relevance
96 public boolean inSystemAccounts(Account[] systemAccounts) { in inSystemAccounts() argument100 for (Account systemAccount : systemAccounts) { in inSystemAccounts()
4691 void saveAccounts(Account[] systemAccounts) { in saveAccounts() argument4694 accountsToString(Sets.newHashSet(systemAccounts))); in saveAccounts()4697 private boolean updateAccountsInBackground(Account[] systemAccounts) { in updateAccountsInBackground() argument4698 if (!haveAccountsChanged(systemAccounts)) { in updateAccountsInBackground()4736 || knownAccountWithDataSet.inSystemAccounts(systemAccounts)) { in updateAccountsInBackground()4891 systemAccounts); in updateAccountsInBackground()4893 Directory.ACCOUNT_TYPE, systemAccounts); in updateAccountsInBackground()4897 dbHelper.getSyncState().onAccountsChanged(db, systemAccounts); in updateAccountsInBackground()4899 saveAccounts(systemAccounts); in updateAccountsInBackground()4907 updateContactsAccountCount(systemAccounts); in updateAccountsInBackground()[all …]