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

/frameworks/base/core/java/android/net/
H A DUri.java400 PathPart path = PathPart.fromDecoded(file.getAbsolutePath());
770 return new OpaqueUri(scheme, Part.fromDecoded(ssp),
771 Part.fromDecoded(fragment));
1300 return opaquePart(Part.fromDecoded(opaquePart));
1324 return authority(Part.fromDecoded(authority));
1351 return path(PathPart.fromDecoded(path));
1391 return query(Part.fromDecoded(query));
1410 return fragment(Part.fromDecoded(fragment));
1975 return fromDecoded(parcel.readString());
2002 static Part fromDecoded(Strin method in class:Uri.Part
2179 static PathPart fromDecoded(String decoded) { method in class:Uri.PathPart
[all...]

Completed in 97 milliseconds