Home | History | Annotate | Download | only in exchange

Lines Matching refs:accountList

204     public final AccountList mAccountList = new AccountList();
548 private static AccountList collectEasAccounts(Context context, AccountList accounts) {
586 static class AccountList extends ArrayList<Account> {
757 AccountList currentAccounts = new AccountList();
1072 AccountList accountList = exchangeService.mAccountList;
1073 synchronized (accountList) {
1074 return accountList.getById(accountId);
1083 AccountList accountList = exchangeService.mAccountList;
1084 synchronized (accountList) {
1085 return accountList.getByName(accountName);