Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DUri.java132 PathPart.EMPTY, Part.NULL, Part.NULL);
456 PathPart path = PathPart.fromDecoded(file.getAbsolutePath()); in fromFile()
594 private PathPart path;
596 private PathPart getPathPart() { in getPathPart()
598 ? path = PathPart.fromEncoded(parsePath()) in getPathPart()
1154 private final PathPart path;
1158 private HierarchicalUri(String scheme, Part authority, PathPart path, in HierarchicalUri()
1162 this.path = path == null ? PathPart.NULL : path; in HierarchicalUri()
1171 PathPart.readFrom(parcel), in readFrom()
1336 private PathPart path;
[all …]
/frameworks/base/config/
Dpreloaded-classes1639 android.net.Uri$PathPart
Dboot-image-profile.txt27532 HSPLandroid/net/Uri$Builder;->path(Landroid/net/Uri$PathPart;)Landroid/net/Uri$Builder;
27536 …alUri;-><init>(Ljava/lang/String;Landroid/net/Uri$Part;Landroid/net/Uri$PathPart;Landroid/net/Uri$…
27537 …alUri;-><init>(Ljava/lang/String;Landroid/net/Uri$Part;Landroid/net/Uri$PathPart;Landroid/net/Uri$…
27571 HSPLandroid/net/Uri$PathPart;-><init>(Ljava/lang/String;Ljava/lang/String;)V
27572 HSPLandroid/net/Uri$PathPart;->appendDecodedSegment(Landroid/net/Uri$PathPart;Ljava/lang/String;)La…
27573 HSPLandroid/net/Uri$PathPart;->appendEncodedSegment(Landroid/net/Uri$PathPart;Ljava/lang/String;)La…
27574 HSPLandroid/net/Uri$PathPart;->from(Ljava/lang/String;Ljava/lang/String;)Landroid/net/Uri$PathPart;
27575 HSPLandroid/net/Uri$PathPart;->fromDecoded(Ljava/lang/String;)Landroid/net/Uri$PathPart;
27576 HSPLandroid/net/Uri$PathPart;->fromEncoded(Ljava/lang/String;)Landroid/net/Uri$PathPart;
27577 HSPLandroid/net/Uri$PathPart;->getEncoded()Ljava/lang/String;
[all …]
Dcompiled-classes-phone2968 android.net.Uri$PathPart