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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountSelectionUtil.java 58 final protected List<AccountWithDataSet> mAccountList;
66 mAccountList = accountList;
72 doImport(mContext, mResId, mAccountList.get(which));
  /packages/apps/Email/emailsync/src/com/android/emailsync/
SyncManager.java 189 public final AccountList mAccountList = new AccountList();
370 synchronized (mAccountList) {
372 collectAccounts(context, mAccountList);
378 for (Account account : mAccountList) {
391 synchronized (mAccountList) {
392 for (Account account : mAccountList) {
416 synchronized (mAccountList) {
417 for (Account account : mAccountList) {
446 synchronized (mAccountList) {
447 for (Account account : mAccountList) {
    [all...]

Completed in 285 milliseconds