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

Method fromEncoded

core/java/android/net/Uri.java:2039–2041  ·  view source on GitHub ↗

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

(String encoded)

Source from the content-addressed store, hash-verified

2037 * @param encoded part string
2038 */
2039 static Part fromEncoded(String encoded) {
2040 return from(encoded, NOT_CACHED);
2041 }
2042
2043 /**
2044 * Creates a part from the decoded string.

Callers 12

getSspMethod · 0.95
getAuthorityPartMethod · 0.95
getQueryPartMethod · 0.95
getFragmentPartMethod · 0.95
getUserInfoPartMethod · 0.95
getSspMethod · 0.95
encodedOpaquePartMethod · 0.95
encodedAuthorityMethod · 0.95
encodedQueryMethod · 0.95
encodedFragmentMethod · 0.95
appendQueryParameterMethod · 0.95
readFromMethod · 0.95

Calls 1

fromMethod · 0.95

Tested by

no test coverage detected