Home | History | Annotate | Download | only in net

Lines Matching defs:fromDecoded

396         PathPart path = PathPart.fromDecoded(file.getAbsolutePath());
766 return new OpaqueUri(scheme, Part.fromDecoded(ssp),
767 Part.fromDecoded(fragment));
1296 return opaquePart(Part.fromDecoded(opaquePart));
1320 return authority(Part.fromDecoded(authority));
1347 return path(PathPart.fromDecoded(path));
1387 return query(Part.fromDecoded(query));
1406 return fragment(Part.fromDecoded(fragment));
1977 return fromDecoded(parcel.readString());
2004 static Part fromDecoded(String decoded) {
2161 return fromDecoded(parcel.readString());
2181 static PathPart fromDecoded(String decoded) {