Lines Matching refs:domain
734 // Split out the domain name740 String domain = mUserName.substring(amp + 1);748 // Try the domain first and see if we can get a response749 HttpPost post = new HttpPost("https://" + domain + AUTO_DISCOVER_PAGE);760 post.setURI(URI.create("https://autodiscover." + domain + AUTO_DISCOVER_PAGE));