Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/system/
H A DFactoryResetAccountsPreferenceController.java78 Set<Account> accountsToRemove = new HashSet<>(mAccountPreferenceMap.keySet()); in updateState() local
99 accountsToRemove.remove(account); in updateState()
109 for (Account accountToRemove : accountsToRemove) { in updateState()
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1359 List<Account> accountsToRemove = accounts.accountsDb.findCeAccountsNotInDe(); in syncDeCeAccountsLocked() local
1360 if (!accountsToRemove.isEmpty()) { in syncDeCeAccountsLocked()
1361 Slog.i(TAG, accountsToRemove.size() in syncDeCeAccountsLocked()
1367 for (Account account : accountsToRemove) { in syncDeCeAccountsLocked()