Searched refs:mAccountList (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DAccountSelectionUtil.java57 final protected List<AccountWithDataSet> mAccountList; field in class:AccountSelectionUtil.AccountSelectedListener
65 mAccountList = accountList;
71 doImport(mContext, mResId, mAccountList.get(which));
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DSelectAccountActivity.java86 final AccountWithDataSet account = mAccountList.get(which);
/packages/apps/Exchange/src/com/android/exchange/
H A DExchangeService.java200 public final AccountList mAccountList = new AccountList(); field in class:ExchangeService
614 synchronized (mAccountList) {
616 collectEasAccounts(context, mAccountList);
622 for (Account account : mAccountList) {
635 synchronized (mAccountList) {
636 for (Account account : mAccountList) {
664 synchronized (mAccountList) {
665 for (Account account : mAccountList) {
689 synchronized (mAccountList) {
690 for (Account account : mAccountList) {
[all...]

Completed in 79 milliseconds