Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DAccountWithDataSet.java96 public boolean inSystemAccounts(Account[] systemAccounts) { in inSystemAccounts() argument
100 for (Account systemAccount : systemAccounts) { in inSystemAccounts()
DContactsProvider2.java5192 void saveAccounts(Account[] systemAccounts) { in saveAccounts() argument
5195 DbProperties.KNOWN_ACCOUNTS, accountsToString(Sets.newHashSet(systemAccounts))); in saveAccounts()
5198 private boolean updateAccountsInBackground(Account[] systemAccounts) { in updateAccountsInBackground() argument
5199 if (!haveAccountsChanged(systemAccounts)) { in updateAccountsInBackground()
5237 || knownAccountWithDataSet.inSystemAccounts(systemAccounts)) { in updateAccountsInBackground()
5403 Tables.SETTINGS, Settings.ACCOUNT_NAME, Settings.ACCOUNT_TYPE, systemAccounts); in updateAccountsInBackground()
5405 Directory.ACCOUNT_TYPE, systemAccounts); in updateAccountsInBackground()
5409 dbHelper.getSyncState().onAccountsChanged(db, systemAccounts); in updateAccountsInBackground()
5411 saveAccounts(systemAccounts); in updateAccountsInBackground()
5419 updateContactsAccountCount(systemAccounts); in updateAccountsInBackground()
[all …]