Home
last modified time | relevance | path

Searched refs:findCeAccountsNotInDe (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java318 List<Account> ceAccounts = mAccountsDb.findCeAccountsNotInDe(); in testFindCeAccountsNotInDe()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java1225 List<Account> findCeAccountsNotInDe() { in findCeAccountsNotInDe() method in AccountsDb
DAccountManagerService.java1327 List<Account> accountsToRemove = accounts.accountsDb.findCeAccountsNotInDe(); in syncDeCeAccountsLocked()