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

Method opaquePart

core/java/android/net/Uri.java:1338–1341  ·  view source on GitHub ↗
(Part opaquePart)

Source from the content-addressed store, hash-verified

1336 }
1337
1338 Builder opaquePart(Part opaquePart) {
1339 this.opaquePart = opaquePart;
1340 return this;
1341 }
1342
1343 /**
1344 * Encodes and sets the given opaque scheme-specific-part.

Callers 5

encodedOpaquePartMethod · 0.95
testOpaqueUriMethod · 0.80
buildUponMethod · 0.80
buildUponMethod · 0.80

Calls 1

fromDecodedMethod · 0.95

Tested by 1

testOpaqueUriMethod · 0.64