HomeSort by relevance Sort by last modified time
    Searched refs:AUTO_DISCOVER_PAGE (Results 1 - 2 of 2) sorted by null

  /packages/apps/Exchange/src/com/android/exchange/service/
EasAutoDiscover.java 38 private static final String AUTO_DISCOVER_PAGE = "/autodiscover/autodiscover.xml";
81 final HttpPost post = makePost("https://" + domain + AUTO_DISCOVER_PAGE, entity,
182 post.setURI(URI.create("https://autodiscover." + domain + AUTO_DISCOVER_PAGE));
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 124 static private final String AUTO_DISCOVER_PAGE = "/autodiscover/autodiscover.xml";
    [all...]

Completed in 465 milliseconds