Home
last modified time | relevance | path

Searched refs:SyncAdapterImpl (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/service/
DPopImapSyncAdapterService.java51 private SyncAdapterImpl mSyncAdapter = null;
57 private static class SyncAdapterImpl extends AbstractThreadedSyncAdapter { class in PopImapSyncAdapterService
58 public SyncAdapterImpl(Context context) { in SyncAdapterImpl() method in PopImapSyncAdapterService.SyncAdapterImpl
73 mSyncAdapter = new SyncAdapterImpl(getApplicationContext()); in onCreate()
/packages/apps/Exchange/src/com/android/exchange/service/
DEmailSyncAdapterService.java70 sSyncAdapter = new SyncAdapterImpl(this); in getSyncAdapter()
77 private class SyncAdapterImpl extends AbstractThreadedSyncAdapter { class in EmailSyncAdapterService
78 public SyncAdapterImpl(Context context) { in SyncAdapterImpl() method in EmailSyncAdapterService.SyncAdapterImpl
DCalendarSyncAdapterService.java56 sSyncAdapter = new SyncAdapterImpl(this); in getSyncAdapter()
62 private class SyncAdapterImpl extends AbstractThreadedSyncAdapter { class in CalendarSyncAdapterService
63 public SyncAdapterImpl(Context context) { in SyncAdapterImpl() method in CalendarSyncAdapterService.SyncAdapterImpl
DContactsSyncAdapterService.java56 sSyncAdapter = new SyncAdapterImpl(this); in getSyncAdapter()
62 private class SyncAdapterImpl extends AbstractThreadedSyncAdapter { class in ContactsSyncAdapterService
63 public SyncAdapterImpl(Context context) { in SyncAdapterImpl() method in ContactsSyncAdapterService.SyncAdapterImpl