Searched refs:PathSegments (Results 1 – 2 of 2) sorted by relevance
963 static class PathSegments extends AbstractList<String> class in Uri966 static final PathSegments EMPTY = new PathSegments(null, 0);971 PathSegments(String[] segments, int size) { in PathSegments() method in Uri.PathSegments1009 PathSegments build() { in build()1011 return PathSegments.EMPTY; in build()1015 return new PathSegments(segments, size); in build()2116 private PathSegments pathSegments;2124 PathSegments getPathSegments() { in getPathSegments()2131 return pathSegments = PathSegments.EMPTY; in getPathSegments()
541 android.net.Uri$PathSegments