Searched refs:encodedAuthority (Results 1 – 4 of 4) sorted by relevance
569 String encodedAuthority in getAuthorityPart() local571 return authority = Part.fromEncoded(encodedAuthority); in getAuthorityPart()1210 String encodedAuthority = authority.getEncoded(); in appendSspTo() local1211 if (encodedAuthority != null) { in appendSspTo()1213 builder.append("//").append(encodedAuthority); in appendSspTo()1379 public Builder encodedAuthority(String authority) { in encodedAuthority() method in Uri.Builder
149 .encodedAuthority("crazybob.org") in testEqualsAndHashCode()459 .encodedAuthority(authority) in testHierarchical()
861 .encodedAuthority(packageName) in makeResourceUri()
13971 method public android.net.Uri.Builder encodedAuthority(java.lang.String);