Home | History | Annotate | Download | only in exchange

Lines Matching defs:EasSyncService

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");
930 EasSyncService svc = setupServiceForAccount(context, acct);
1370 public static boolean tryProvision(EasSyncService svc) throws IOException {
1450 public static ProvisionParser canProvision(EasSyncService svc) throws IOException {
1464 s.data(Tags.SETTINGS_USER_AGENT, EasSyncService.USER_AGENT);
1519 private static void acknowledgeRemoteWipe(EasSyncService svc, String tempKey)
1524 private static String acknowledgeProvision(EasSyncService svc, String tempKey, String result)
1529 private static String acknowledgeProvisionImpl(EasSyncService svc, String tempKey,
1905 userLog("Uncaught exception in EasSyncService", e);