Searched refs:encodeIfNotEncoded (Results 1 – 2 of 2) sorted by relevance
12145 scheme = Uri.encodeIfNotEncoded(mData.getScheme(), null); in toUri()12149 String authority = Uri.encodeIfNotEncoded(mData.getEncodedAuthority(), null); in toUri()12155 String path = Uri.encodeIfNotEncoded(mData.getEncodedPath(), "/"); in toUri()12159 String queryParams = Uri.encodeIfNotEncoded(mData.getEncodedQuery(), null); in toUri()12164 String fragment = Uri.encodeIfNotEncoded(mData.getEncodedFragment(), null); in toUri()
1986 public static String encodeIfNotEncoded(@Nullable String value, @Nullable String allow) { in encodeIfNotEncoded() method in Uri