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

  /packages/apps/Contacts/src/com/android/contacts/util/
AccountSelectionUtil.java 59 final protected List<Account> mAccountList;
66 mAccountList = accountList;
72 doImport(mContext, mResId, mAccountList.get(which));
  /packages/apps/Email/src/com/android/exchange/
SyncManager.java 202 public final AccountList mAccountList = new AccountList();
443 synchronized (mAccountList) {
448 collectEasAccounts(c, mAccountList);
454 for (Account account : mAccountList) {
473 synchronized (mAccountList) {
474 for (Account account : mAccountList) {
498 synchronized (mAccountList) {
499 for (Account account : mAccountList) {
529 synchronized (mAccountList) {
530 for (Account account : mAccountList) {
    [all...]

Completed in 25 milliseconds