Searched refs:accountsMap (Results 1 – 2 of 2) sorted by relevance
410 mExistingMap = result.accountsMap; in setData()488 result.accountsMap = Collections.emptyMap(); in loadFromSim()492 result.accountsMap = mDao.findAccountsOfExistingSimContacts(result.contacts); in loadFromSim()500 public Map<AccountWithDataSet, Set<SimContact>> accountsMap;
1183 final Map<Long, Account> accountsMap = accountsDb.findAllDeAccounts(); in validateAccountsInternal() local1188 for (Entry<Long, Account> accountEntry : accountsMap.entrySet()) { in validateAccountsInternal()