Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/
DExchangeService.java204 public final AccountList mAccountList = new AccountList();
548 private static AccountList collectEasAccounts(Context context, AccountList accounts) { in collectEasAccounts()
586 static class AccountList extends ArrayList<Account> { class in ExchangeService
757 AccountList currentAccounts = new AccountList(); in onAccountChanged()
1072 AccountList accountList = exchangeService.mAccountList; in getAccountById()
1083 AccountList accountList = exchangeService.mAccountList; in getAccountByName()