Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DUri.java997 static class PathSegments extends AbstractList<String> class in Uri
1000 static final PathSegments EMPTY = new PathSegments(null, 0);
1005 PathSegments(String[] segments, int size) { in PathSegments() method in Uri.PathSegments
1043 PathSegments build() { in build()
1045 return PathSegments.EMPTY; in build()
1049 return new PathSegments(segments, size); in build()
2151 private PathSegments pathSegments;
2159 PathSegments getPathSegments() { in getPathSegments()
2166 return pathSegments = PathSegments.EMPTY; in getPathSegments()
/frameworks/base/config/
Dpreloaded-classes2299 android.net.Uri$PathSegments
Dboot-image-profile.txt26420 HSPLandroid/net/Uri$PathPart;->getPathSegments()Landroid/net/Uri$PathSegments;
26423 HSPLandroid/net/Uri$PathSegments;-><init>([Ljava/lang/String;I)V
26424 HSPLandroid/net/Uri$PathSegments;->get(I)Ljava/lang/Object;
26425 HSPLandroid/net/Uri$PathSegments;->get(I)Ljava/lang/String;
26426 HSPLandroid/net/Uri$PathSegments;->size()I
26428 HSPLandroid/net/Uri$PathSegmentsBuilder;->build()Landroid/net/Uri$PathSegments;
56815 Landroid/net/Uri$PathSegments;
Dhiddenapi-private-dex.txt56666 Landroid/net/Uri$PathPart;->getPathSegments()Landroid/net/Uri$PathSegments;
56669 Landroid/net/Uri$PathPart;->pathSegments:Landroid/net/Uri$PathSegments;
56671 Landroid/net/Uri$PathSegments;
56672 Landroid/net/Uri$PathSegments;-><init>([Ljava/lang/String;I)V
56673 Landroid/net/Uri$PathSegments;->EMPTY:Landroid/net/Uri$PathSegments;
56674 Landroid/net/Uri$PathSegments;->segments:[Ljava/lang/String;
56675 Landroid/net/Uri$PathSegments;->size:I
56679 Landroid/net/Uri$PathSegmentsBuilder;->build()Landroid/net/Uri$PathSegments;