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

  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java 104 public class EasSyncService extends AbstractSyncService {
178 protected EasSyncService(Context _context, Mailbox _mailbox) {
194 private EasSyncService(String prefix) {
198 public EasSyncService() {
202 public static EasSyncService getServiceForMailbox(Context context, Mailbox m) {
209 return new EasSyncService(context, m);
315 void setupProtocolVersion(EasSyncService service, Header versionHeader)
366 * Create an EasSyncService for the specified account
372 public static EasSyncService setupServiceForAccount(Context context, Account account) {
382 EasSyncService svc = new EasSyncService("OutOfBand")
    [all...]
ExchangeService.java 353 return AbstractSyncService.validate(EasSyncService.class,
359 return new EasSyncService().tryAutodiscover(userName, password);
632 EasSyncService service = EasSyncService.getServiceForMailbox(exchangeService, mailbox);
639 EasSyncService service = EasSyncService.getServiceForMailbox(exchangeService, mailbox);
    [all...]

Completed in 63 milliseconds