Searched refs:fromDecoded (Results 1 – 2 of 2) sorted by relevance
456 PathPart path = PathPart.fromDecoded(file.getAbsolutePath()); in fromFile()834 return new OpaqueUri(scheme, Part.fromDecoded(ssp), in fromParts()835 Part.fromDecoded(fragment)); in fromParts()1366 return opaquePart(Part.fromDecoded(opaquePart)); in opaquePart()1390 return authority(Part.fromDecoded(authority)); in authority()1417 return path(PathPart.fromDecoded(path)); in path()1457 return query(Part.fromDecoded(query)); in query()1476 return fragment(Part.fromDecoded(fragment)); in fragment()2037 return fromDecoded(parcel.readString()); in readFrom()2065 static Part fromDecoded(String decoded) { in fromDecoded() method in Uri.Part[all …]
27565 HSPLandroid/net/Uri$Part;->fromDecoded(Ljava/lang/String;)Landroid/net/Uri$Part;27575 HSPLandroid/net/Uri$PathPart;->fromDecoded(Ljava/lang/String;)Landroid/net/Uri$PathPart;