Lines Matching refs:EasSyncService
108 public class EasSyncService extends AbstractSyncService {
182 protected EasSyncService(Context _context, Mailbox _mailbox) {
198 private EasSyncService(String prefix) {
202 public EasSyncService() {
206 public static EasSyncService getServiceForMailbox(Context context, Mailbox m) {
213 return new EasSyncService(context, m);
343 void setupProtocolVersion(EasSyncService service, Header versionHeader)
394 * Create an EasSyncService for the specified account
400 public static EasSyncService setupServiceForAccount(Context context, Account account) {
410 EasSyncService svc = new EasSyncService("OutOfBand");
954 EasSyncService svc = setupServiceForAccount(context, acct);
1395 public static boolean tryProvision(EasSyncService svc) throws IOException {
1475 public static ProvisionParser canProvision(EasSyncService svc) throws IOException {
1489 s.data(Tags.SETTINGS_USER_AGENT, EasSyncService.USER_AGENT);
1543 private static void acknowledgeRemoteWipe(EasSyncService svc, String tempKey)
1548 private static String acknowledgeProvision(EasSyncService svc, String tempKey, String result)
1553 private static String acknowledgeProvisionImpl(EasSyncService svc, String tempKey,
1921 userLog("Uncaught exception in EasSyncService", e);