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

Method scheme

core/java/android/net/Uri.java:1333–1336  ·  view source on GitHub ↗

Sets the scheme. @param scheme name or null if this is a relative Uri

(String scheme)

Source from the content-addressed store, hash-verified

1331 * @param scheme name or {@code null} if this is a relative Uri
1332 */
1333 public Builder scheme(String scheme) {
1334 this.scheme = scheme;
1335 return this;
1336 }
1337
1338 Builder opaquePart(Part opaquePart) {
1339 this.opaquePart = opaquePart;

Callers 15

buildRecentMethod · 0.80
buildStateMethod · 0.80
buildResumeMethod · 0.80
BaseStatusBarClass · 0.80
testParcellingMethod · 0.80
testEqualsAndHashCodeMethod · 0.80
testOpaqueUriMethod · 0.80
testHierarchicalMethod · 0.80

Calls

no outgoing calls

Tested by 7

testParcellingMethod · 0.64
testEqualsAndHashCodeMethod · 0.64
testOpaqueUriMethod · 0.64
testHierarchicalMethod · 0.64