Searched refs:findAllDeAccounts (Results 1 – 4 of 4) sorted by relevance
302 Account newAccount = mAccountsDb.findAllDeAccounts().get(accId); in testRenameAccount()
817 Map<Long, Account> findAllDeAccounts() { in findAllDeAccounts() method in AccountsDb
1247 final Map<Long, Account> accountsMap = accountsDb.findAllDeAccounts(); in validateAccountsInternal()1923 if (accounts.accountsDb.findAllDeAccounts().size() > 100) { in addAccountInternal()
3833 PLcom/android/server/accounts/AccountsDb;->findAllDeAccounts()Ljava/util/Map;