Searched refs:fromDecoded (Results 1 – 1 of 1) sorted by relevance
396 PathPart path = PathPart.fromDecoded(file.getAbsolutePath()); in fromFile()766 return new OpaqueUri(scheme, Part.fromDecoded(ssp), in fromParts()767 Part.fromDecoded(fragment)); in fromParts()1296 return opaquePart(Part.fromDecoded(opaquePart)); in opaquePart()1320 return authority(Part.fromDecoded(authority)); in authority()1347 return path(PathPart.fromDecoded(path)); in path()1387 return query(Part.fromDecoded(query)); in query()1406 return fragment(Part.fromDecoded(fragment)); in fragment()1977 return fromDecoded(parcel.readString()); in readFrom()2004 static Part fromDecoded(String decoded) { in fromDecoded() method in Uri__FromAndroid.Part[all …]