HomeSort by relevance Sort by last modified time
    Searched refs:mAccountList (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
AccountSelectionUtil.java 57 final protected List<AccountWithDataSet> mAccountList;
65 mAccountList = accountList;
71 doImport(mContext, mResId, mAccountList.get(which));
  /packages/apps/Contacts/src/com/android/contacts/vcard/
SelectAccountActivity.java 86 final AccountWithDataSet account = mAccountList.get(which);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java 204 public final AccountList mAccountList = new AccountList();
663 synchronized (mAccountList) {
665 collectEasAccounts(context, mAccountList);
671 for (Account account : mAccountList) {
684 synchronized (mAccountList) {
685 for (Account account : mAccountList) {
709 synchronized (mAccountList) {
710 for (Account account : mAccountList) {
734 synchronized (mAccountList)
    [all...]

Completed in 169 milliseconds