Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasSyncService.java120 static private final String AUTO_DISCOVER_PAGE = "/autodiscover/autodiscover.xml"; field in EasSyncService
725 HttpPost post = new HttpPost("https://" + domain + AUTO_DISCOVER_PAGE); in tryAutodiscover()
736 post.setURI(URI.create("https://autodiscover." + domain + AUTO_DISCOVER_PAGE)); in tryAutodiscover()