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

Method path

core/java/android/net/Uri.java:1383–1389  ·  view source on GitHub ↗
(PathPart path)

Source from the content-addressed store, hash-verified

1381 }
1382
1383 Builder path(PathPart path) {
1384 // This URI will be hierarchical.
1385 this.opaquePart = null;
1386
1387 this.path = path;
1388 return this;
1389 }
1390
1391 /**
1392 * Sets the path. Leaves '/' characters intact but encodes others as

Callers 11

encodedPathMethod · 0.95
appendPathMethod · 0.95
appendEncodedPathMethod · 0.95
testParcellingMethod · 0.80
testEqualsAndHashCodeMethod · 0.80
testHierarchicalMethod · 0.80
buildUponMethod · 0.80
buildUponMethod · 0.80

Calls 1

fromDecodedMethod · 0.95

Tested by 5

testParcellingMethod · 0.64
testEqualsAndHashCodeMethod · 0.64
testHierarchicalMethod · 0.64