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

/frameworks/base/core/java/android/net/
H A DUri.java470 PathPart path = PathPart.fromDecoded(file.getAbsolutePath());
848 return new OpaqueUri(scheme, Part.fromDecoded(ssp),
849 Part.fromDecoded(fragment));
1380 return opaquePart(Part.fromDecoded(opaquePart));
1404 return authority(Part.fromDecoded(authority));
1431 return path(PathPart.fromDecoded(path));
1471 return query(Part.fromDecoded(query));
1490 return fragment(Part.fromDecoded(fragment));
2052 return fromDecoded(parcel.readString());
2080 static Part fromDecoded(Strin method in class:Uri.Part
2257 static PathPart fromDecoded(String decoded) { method in class:Uri.PathPart
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt3859 HPLandroid/net/Uri$Part;->fromDecoded(Ljava/lang/String;)Landroid/net/Uri$Part;
[all...]

Completed in 110 milliseconds