MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / fromDecoded

Method fromDecoded

core/java/android/net/Uri.java:2048–2050  ·  view source on GitHub ↗

Creates a part from the decoded string. @param decoded part string

(String decoded)

Source from the content-addressed store, hash-verified

2046 * @param decoded part string
2047 */
2048 static Part fromDecoded(String decoded) {
2049 return from(NOT_CACHED, decoded);
2050 }
2051
2052 /**
2053 * Creates a part from the encoded and decoded strings.

Callers 6

fromPartsMethod · 0.95
opaquePartMethod · 0.95
authorityMethod · 0.95
queryMethod · 0.95
fragmentMethod · 0.95
readFromMethod · 0.95

Calls 1

fromMethod · 0.95

Tested by

no test coverage detected