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 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 201 public final AccountList mAccountList = new AccountList();
441 synchronized (mAccountList) {
446 collectEasAccounts(c, mAccountList);
452 for (Account account : mAccountList) {
471 synchronized (mAccountList) {
472 for (Account account : mAccountList) {
496 synchronized (mAccountList) {
497 for (Account account : mAccountList) {
527 synchronized (mAccountList) {
528 for (Account account : mAccountList) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ImportVCardActivity.java     [all...]

Completed in 39 milliseconds