Home | History | Annotate | Download | only in net

Lines Matching defs:fromDecoded

450         PathPart path = PathPart.fromDecoded(file.getAbsolutePath());
820 return new OpaqueUri(scheme, Part.fromDecoded(ssp),
821 Part.fromDecoded(fragment));
1352 return opaquePart(Part.fromDecoded(opaquePart));
1376 return authority(Part.fromDecoded(authority));
1403 return path(PathPart.fromDecoded(path));
1443 return query(Part.fromDecoded(query));
1462 return fragment(Part.fromDecoded(fragment));
2023 return fromDecoded(parcel.readString());
2051 static Part fromDecoded(String decoded) {
2208 return fromDecoded(parcel.readString());
2228 static PathPart fromDecoded(String decoded) {