Searched defs:getPathSegments (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DUri.java310 public abstract List<String> getPathSegments(); method in class:Uri
601 public List<String> getPathSegments() { method in class:Uri.StringUri
602 return getPathPart().getPathSegments();
910 public List<String> getPathSegments() { method in class:Uri.OpaqueUri
1035 List<String> segments = getPathSegments();
1258 public List<String> getPathSegments() { method in class:Uri.HierarchicalUri
1259 return this.path.getPathSegments();
2127 PathSegments getPathSegments() { method in class:Uri.PathPart

Completed in 611 milliseconds