Searched refs:newProtocol (Results 1 – 1 of 1) sorted by relevance
527 String newProtocol = null; in URL() local564 newProtocol = s; in URL()572 protocol = newProtocol; in URL()573 if ((context != null) && ((newProtocol == null) || in URL()574 newProtocol.equalsIgnoreCase(context.protocol))) { in URL()586 newProtocol = null; in URL()588 if (newProtocol == null) { in URL()