Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CyanogenMod/android_frameworks_base
/ getSsp
Method
getSsp
core/java/android/net/Uri.java:543–545 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
541
private
Part ssp;
542
543
private
Part getSsp() {
544
return
ssp == null ? ssp = Part.fromEncoded(parseSsp()) : ssp;
545
}
546
547
public
String getEncodedSchemeSpecificPart() {
548
return
getSsp().getEncoded();
Callers
3
getEncodedSchemeSpecificPart
Method · 0.95
getSchemeSpecificPart
Method · 0.95
buildUpon
Method · 0.95
Calls
2
fromEncoded
Method · 0.95
parseSsp
Method · 0.95
Tested by
no test coverage detected