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

/frameworks/base/core/java/android/net/
H A DUri.java327 public abstract List<String> getPathSegments(); method in class:Uri
624 public List<String> getPathSegments() { method in class:Uri.StringUri
625 return getPathPart().getPathSegments();
941 public List<String> getPathSegments() { method in class:Uri.OpaqueUri
1066 List<String> segments = getPathSegments();
1289 public List<String> getPathSegments() { method in class:Uri.HierarchicalUri
1290 return this.path.getPathSegments();
2159 PathSegments getPathSegments() { method in class:Uri.PathPart
2397 List<String> seg = getPathSegments();
2398 List<String> prefixSeg = prefix.getPathSegments();
[all...]

Completed in 12 milliseconds