Home | History | Annotate | Download | only in exchange

Lines Matching defs:acct

154             Account acct = Account.restoreAccountWithId(exchangeService, m.mAccountKey);
155 if (acct == null) return;
159 if (onSyncDisabledHold(acct)) {
160 releaseSyncHolds(exchangeService, AbstractSyncService.EXIT_ACCESS_DENIED, acct);
162 } else if (onSecurityHold(acct)) {
164 acct);
292 public int getCapabilities(Account acct) throws RemoteException {
293 String easVersion = acct.mProtocolVersion;
580 Account acct = Account.restoreAccountWithId(context, accountId);
581 if (acct == null) {
585 String syncKey = acct.mSyncKey;
660 Account acct = Account.restoreAccountWithId(getContext(), acctId);
661 if (acct == null) {
669 main.mAccountKey = acct.mId;
674 log("Initializing account: " + acct.mDisplayName);