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

/frameworks/base/core/java/android/net/
H A DUri.java447 PathPart path = PathPart.fromDecoded(file.getAbsolutePath());
817 return new OpaqueUri(scheme, Part.fromDecoded(ssp),
818 Part.fromDecoded(fragment));
1349 return opaquePart(Part.fromDecoded(opaquePart));
1373 return authority(Part.fromDecoded(authority));
1400 return path(PathPart.fromDecoded(path));
1440 return query(Part.fromDecoded(query));
1459 return fragment(Part.fromDecoded(fragment));
2020 return fromDecoded(parcel.readString());
2048 static Part fromDecoded(Strin method in class:Uri.Part
2225 static PathPart fromDecoded(String decoded) { method in class:Uri.PathPart
[all...]

Completed in 57 milliseconds