Searched refs:decodedAuthority (Results 1 – 1 of 1) sorted by relevance
500 private volatile transient String decodedAuthority = null; field in URI1197 if (decodedAuthority == null) in getAuthority()1198 decodedAuthority = decode(authority); in getAuthority()1199 return decodedAuthority; in getAuthority()