Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DAccountWithDataSet.java100 public boolean inSystemAccounts(Account[] systemAccounts) { in inSystemAccounts() argument
104 for (Account systemAccount : systemAccounts) { in inSystemAccounts()
H A DContactsProvider2.java5095 void saveAccounts(Account[] systemAccounts) { in saveAccounts() argument
5098 DbProperties.KNOWN_ACCOUNTS, accountsToString(Sets.newHashSet(systemAccounts))); in saveAccounts()
5101 private boolean updateAccountsInBackground(Account[] systemAccounts) { in updateAccountsInBackground() argument
5102 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 …]