Searched refs:maybeScheme (Results 1 – 1 of 1) sorted by relevance
63 String maybeScheme = toLowerCaseAsciiOnly(in.substring(0, Math.min(in.length(), 8))); in isValidUri() local64 if (maybeScheme.startsWith("http://") || maybeScheme.startsWith("https://") in isValidUri()65 || maybeScheme.startsWith("ftp://") || maybeScheme.startsWith("mailto:")) { in isValidUri()