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

/frameworks/base/core/java/android/net/
H A DUri.java313 public abstract List<String> getPathSegments(); method in class:Uri
604 public List<String> getPathSegments() { method in class:Uri.StringUri
605 return getPathPart().getPathSegments();
913 public List<String> getPathSegments() { method in class:Uri.OpaqueUri
1038 List<String> segments = getPathSegments();
1261 public List<String> getPathSegments() { method in class:Uri.HierarchicalUri
1262 return this.path.getPathSegments();
2130 PathSegments getPathSegments() { method in class:Uri.PathPart
2355 List<String> seg = getPathSegments();
2356 List<String> prefixSeg = prefix.getPathSegments();
[all...]

Completed in 442 milliseconds