Searched refs:PathSegments (Results 1 – 2 of 2) sorted by relevance
1003 static class PathSegments extends AbstractList<String> class in Uri1006 static final PathSegments EMPTY = new PathSegments(null, 0);1011 PathSegments(String[] segments, int size) { in PathSegments() method in Uri.PathSegments1049 PathSegments build() { in build()1051 return PathSegments.EMPTY; in build()1055 return new PathSegments(segments, size); in build()2167 private PathSegments pathSegments;2175 PathSegments getPathSegments() { in getPathSegments()2182 return pathSegments = PathSegments.EMPTY; in getPathSegments()
2599 android.net.Uri$PathSegments