Searched refs:systemAccounts (Results 1 – 2 of 2) sorted by relevance
100 public boolean inSystemAccounts(Account[] systemAccounts) { in inSystemAccounts() argument104 for (Account systemAccount : systemAccounts) { in inSystemAccounts()
5095 void saveAccounts(Account[] systemAccounts) { in saveAccounts() argument5098 DbProperties.KNOWN_ACCOUNTS, accountsToString(Sets.newHashSet(systemAccounts))); in saveAccounts()5101 private boolean updateAccountsInBackground(Account[] systemAccounts) { in updateAccountsInBackground() argument5102 if (!haveAccountsChanged(systemAccounts)) { in updateAccountsInBackground()5140 || knownAccountWithDataSet.inSystemAccounts(systemAccounts) in updateAccountsInBackground()5300 Directory.ACCOUNT_TYPE, systemAccounts); in updateAccountsInBackground()5304 dbHelper.getSyncState().onAccountsChanged(db, systemAccounts); in updateAccountsInBackground()5306 saveAccounts(systemAccounts); in updateAccountsInBackground()5314 updateContactsAccountCount(systemAccounts); in updateAccountsInBackground()5346 String accountTypeColumn, Account[] systemAccounts) { in removeStaleAccountRows() argument[all …]