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 59 public final android.accounts.Account mAccountManagerAccount;
87 mAccountManagerAccount = new android.accounts.Account(mAccount.mEmailAddress,
CalendarSyncParser.java 49 private final android.accounts.Account mAccountManagerAccount;
110 mAccountManagerAccount = accountManagerAccount;
    [all...]
ContactsSyncParser.java 76 private final android.accounts.Account mAccountManagerAccount;
84 mAccountManagerAccount = accountManagerAccount;
525 mAccountManagerAccount, mMailbox.mSyncKey.getBytes()));
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncContacts.java 111 private final android.accounts.Account mAccountManagerAccount;
157 mAccountManagerAccount = new android.accounts.Account(emailAddress,
189 account, mAccountManagerAccount);
    [all...]

Completed in 56 milliseconds