Lines Matching refs:url
686 } else if (mobileSync && name.equals("Url")) {687 String url = parser.nextText().toLowerCase();690 if (url.startsWith("https://") &&691 url.endsWith("/microsoft-server-activesync")) {692 int lastSlash = url.lastIndexOf('/');693 hostAuth.mAddress = url.substring(8, lastSlash);