Searched refs:sAddressPattern (Results 1 - 1 of 1) sorted by relevance

/external/apache-http/android/src/android/net/compatibility/
H A DWebAddress.java53 static Pattern sAddressPattern = Pattern.compile( field in class:WebAddress
75 Matcher m = sAddressPattern.matcher(address);

Completed in 142 milliseconds