Home
last modified time | relevance | path

Searched refs:PathSegments (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
DUri.java1003 static class PathSegments extends AbstractList<String> class in Uri
1006 static final PathSegments EMPTY = new PathSegments(null, 0);
1011 PathSegments(String[] segments, int size) { in PathSegments() method in Uri.PathSegments
1049 PathSegments build() { in build()
1051 return PathSegments.EMPTY; in build()
1055 return new PathSegments(segments, size); in build()
2176 private PathSegments pathSegments;
2184 PathSegments getPathSegments() { in getPathSegments()
2191 return pathSegments = PathSegments.EMPTY; in getPathSegments()
/frameworks/base/config/
Dpreloaded-classes2599 android.net.Uri$PathSegments
Dboot-image-profile.txt10634 HSPLandroid/net/Uri$PathPart;->getPathSegments()Landroid/net/Uri$PathSegments;
10637 HSPLandroid/net/Uri$PathSegments;-><init>([Ljava/lang/String;I)V
10638 HSPLandroid/net/Uri$PathSegments;->get(I)Ljava/lang/Object;
10639 HSPLandroid/net/Uri$PathSegments;->get(I)Ljava/lang/String;
10640 HSPLandroid/net/Uri$PathSegments;->size()I
10642 HSPLandroid/net/Uri$PathSegmentsBuilder;->build()Landroid/net/Uri$PathSegments;
34966 Landroid/net/Uri$PathSegments;
Dhiddenapi-greylist-max-o.txt45411 Landroid/net/Uri$PathPart;->getPathSegments()Landroid/net/Uri$PathSegments;
45414 Landroid/net/Uri$PathPart;->pathSegments:Landroid/net/Uri$PathSegments;
45416 Landroid/net/Uri$PathSegments;-><init>([Ljava/lang/String;I)V
45417 Landroid/net/Uri$PathSegments;->EMPTY:Landroid/net/Uri$PathSegments;
45418 Landroid/net/Uri$PathSegments;->segments:[Ljava/lang/String;
45419 Landroid/net/Uri$PathSegments;->size:I
45422 Landroid/net/Uri$PathSegmentsBuilder;->build()Landroid/net/Uri$PathSegments;