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()
5145 void saveAccounts(Account[] systemAccounts) { in saveAccounts() argument5148 DbProperties.KNOWN_ACCOUNTS, accountsToString(Sets.newHashSet(systemAccounts))); in saveAccounts()5151 private boolean updateAccountsInBackground(Account[] systemAccounts) { in updateAccountsInBackground() argument5152 if (!haveAccountsChanged(systemAccounts)) { in updateAccountsInBackground()5189 || knownAccountWithDataSet.inSystemAccounts(systemAccounts)) { in updateAccountsInBackground()5355 Tables.SETTINGS, Settings.ACCOUNT_NAME, Settings.ACCOUNT_TYPE, systemAccounts); in updateAccountsInBackground()5357 Directory.ACCOUNT_TYPE, systemAccounts); in updateAccountsInBackground()5361 dbHelper.getSyncState().onAccountsChanged(db, systemAccounts); in updateAccountsInBackground()5363 saveAccounts(systemAccounts); in updateAccountsInBackground()5371 updateContactsAccountCount(systemAccounts); in updateAccountsInBackground()[all …]