Home
last modified time | relevance | path

Searched refs:appendEncodedSegment (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
DUri.java1425 return path(PathPart.appendEncodedSegment(path, newSegment)); in appendEncodedPath()
2160 static PathPart appendEncodedSegment(PathPart oldPart, in appendEncodedSegment() method in Uri.PathPart
2194 return appendEncodedSegment(oldPart, encoded); in appendDecodedSegment()