Searched refs:fromDecoded (Results 1 – 1 of 1) sorted by relevance
447 PathPart path = PathPart.fromDecoded(file.getAbsolutePath()); in fromFile()817 return new OpaqueUri(scheme, Part.fromDecoded(ssp), in fromParts()818 Part.fromDecoded(fragment)); in fromParts()1349 return opaquePart(Part.fromDecoded(opaquePart)); in opaquePart()1373 return authority(Part.fromDecoded(authority)); in authority()1400 return path(PathPart.fromDecoded(path)); in path()1440 return query(Part.fromDecoded(query)); in query()1459 return fragment(Part.fromDecoded(fragment)); in fragment()2020 return fromDecoded(parcel.readString()); in readFrom()2048 static Part fromDecoded(String decoded) { in fromDecoded() method in Uri.Part[all …]