Home
last modified time | relevance | path

Searched refs:fromDecoded (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
DUri.java444 PathPart path = PathPart.fromDecoded(file.getAbsolutePath()); in fromFile()
814 return new OpaqueUri(scheme, Part.fromDecoded(ssp), in fromParts()
815 Part.fromDecoded(fragment)); in fromParts()
1346 return opaquePart(Part.fromDecoded(opaquePart)); in opaquePart()
1370 return authority(Part.fromDecoded(authority)); in authority()
1397 return path(PathPart.fromDecoded(path)); in path()
1437 return query(Part.fromDecoded(query)); in query()
1456 return fragment(Part.fromDecoded(fragment)); in fragment()
2017 return fromDecoded(parcel.readString()); in readFrom()
2045 static Part fromDecoded(String decoded) { in fromDecoded() method in Uri.Part
[all …]