Searched refs:AUTO_DISCOVER_PAGE (Results 1 – 1 of 1) sorted by relevance
120 static private final String AUTO_DISCOVER_PAGE = "/autodiscover/autodiscover.xml"; field in EasSyncService725 HttpPost post = new HttpPost("https://" + domain + AUTO_DISCOVER_PAGE); in tryAutodiscover()736 post.setURI(URI.create("https://autodiscover." + domain + AUTO_DISCOVER_PAGE)); in tryAutodiscover()