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 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...]
  /packages/apps/Contacts/src/com/android/contacts/
ImportVCardActivity.java     [all...]

Completed in 542 milliseconds