Searched refs:appendEncodingUriPath (Results 1 – 1 of 1) sorted by relevance
27 public static String appendEncodingUriPath(String encoded, String path) { in appendEncodingUriPath() method in Uri29 …appendEncodingUriPath(encoded.getBytes(StandardCharsets.UTF_8), path.getBytes(StandardCharsets.UTF… in appendEncodingUriPath()42 return appendEncodingUriPath("", path); in encodeUriPath()100 private static native byte[] appendEncodingUriPath(byte[] encoded, byte[] path); in appendEncodingUriPath() method in Uri