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

  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 60 public final android.accounts.Account mAccountManagerAccount;
88 mAccountManagerAccount = new android.accounts.Account(mAccount.mEmailAddress,
CalendarSyncParser.java 48 private final android.accounts.Account mAccountManagerAccount;
109 mAccountManagerAccount = accountManagerAccount;
    [all...]
ContactsSyncParser.java 74 private final android.accounts.Account mAccountManagerAccount;
82 mAccountManagerAccount = accountManagerAccount;
516 mAccountManagerAccount, mMailbox.mSyncKey.getBytes()));
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncContacts.java 110 private final android.accounts.Account mAccountManagerAccount;
156 mAccountManagerAccount = new android.accounts.Account(emailAddress,
188 account, mAccountManagerAccount);
    [all...]

Completed in 39 milliseconds