Home
last modified time | relevance | path

Searched refs:fromDecoded (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
DUri.java476 PathPart path = PathPart.fromDecoded(file.getAbsolutePath()); in fromFile()
854 return new OpaqueUri(scheme, Part.fromDecoded(ssp), in fromParts()
855 Part.fromDecoded(fragment)); in fromParts()
1395 return opaquePart(Part.fromDecoded(opaquePart)); in opaquePart()
1419 return authority(Part.fromDecoded(authority)); in authority()
1446 return path(PathPart.fromDecoded(path)); in path()
1486 return query(Part.fromDecoded(query)); in query()
1505 return fragment(Part.fromDecoded(fragment)); in fragment()
2068 return fromDecoded(value); in readFrom()
2096 static Part fromDecoded(String decoded) { in fromDecoded() method in Uri.Part
[all …]
/frameworks/base/config/
Dboot-image-profile.txt14587 HSPLandroid/net/Uri$Part;->fromDecoded(Ljava/lang/String;)Landroid/net/Uri$Part;
14597 HSPLandroid/net/Uri$PathPart;->fromDecoded(Ljava/lang/String;)Landroid/net/Uri$PathPart;