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

  /packages/apps/Exchange/src/com/android/exchange/eas/
EasFullSyncOperation.java 103 final android.accounts.Account amAccount = new android.accounts.Account(
105 mAuthsToSync = EasService.getAuthoritiesToSync(amAccount, AUTHORITIES_TO_SYNC);
  /packages/apps/Exchange/src/com/android/exchange/service/
EasService.java 382 final android.accounts.Account amAccount =
385 EasPing.requestPing(amAccount);
445 final android.accounts.Account amAccount = new android.accounts.Account(
448 final Set<String> authsToSync = getAuthoritiesToSync(amAccount, AUTHORITIES_TO_SYNC);
PingSyncSynchronizer.java 190 final android.accounts.Account amAccount =
193 mPingTask = new PingTask(synchronizer.getContext(), account, amAccount,
208 private boolean pingEnd(final android.accounts.Account amAccount) {
230 EasPing.requestPing(amAccount);
260 final android.accounts.Account amAccount =
267 mPingTask = new PingTask(synchronizer.getContext(), account, amAccount,
281 ContentResolver.addPeriodicSync(amAccount, EmailContent.AUTHORITY, extras,
394 public void pingEnd(final long accountId, final android.accounts.Account amAccount) {
403 if (accountState.pingEnd(amAccount)) {
  /packages/apps/Email/provider_src/com/android/email/
SecurityPolicy.java 582 final android.accounts.Account amAccount =
588 ContentResolver.requestSync(amAccount, EmailContent.AUTHORITY, extras);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 81 private android.accounts.Account amAccount;
550 if (amAccount == null) {
553 amAccount = new android.accounts.Account(accountManagerName, type);
555 return amAccount;
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java     [all...]
EmailProvider.java     [all...]

Completed in 934 milliseconds