Searched refs:encodedAuthority (Results 1 – 1 of 1) sorted by relevance
518 String encodedAuthority in getAuthorityPart() local520 return authority = Part.fromEncoded(encodedAuthority); in getAuthorityPart()1159 String encodedAuthority = authority.getEncoded(); in appendSspTo() local1160 if (encodedAuthority != null) { in appendSspTo()1162 builder.append("//").append(encodedAuthority); in appendSspTo()1326 public Builder encodedAuthority(String authority) { in encodedAuthority() method in Uri__FromAndroid.Builder