Searched refs:encodeIfNotEncoded (Results 1 – 2 of 2) sorted by relevance
12003 scheme = Uri.encodeIfNotEncoded(mData.getScheme(), null); in toUri()12007 String authority = Uri.encodeIfNotEncoded(mData.getEncodedAuthority(), null); in toUri()12013 String path = Uri.encodeIfNotEncoded(mData.getEncodedPath(), "/"); in toUri()12017 String queryParams = Uri.encodeIfNotEncoded(mData.getEncodedQuery(), null); in toUri()12022 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