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

Method appendPath

core/java/android/net/Uri.java:1417–1419  ·  view source on GitHub ↗

Encodes the given segment and appends it to the path.

(String newSegment)

Source from the content-addressed store, hash-verified

1415 * Encodes the given segment and appends it to the path.
1416 */
1417 public Builder appendPath(String newSegment) {
1418 return path(PathPart.appendDecodedSegment(path, newSegment));
1419 }
1420
1421 /**
1422 * Appends the given segment to the path.

Callers 15

doPackageFunction · 0.80
isHiddenFunction · 0.80
getPrintableSourceMethod · 0.80
slurpFullTreeMethod · 0.80
addFileMethod · 0.80
slurpResourceTreeMethod · 0.80
nextMethod · 0.80
writeResourceSymbolsFunction · 0.80
buildRecentMethod · 0.80
buildStateMethod · 0.80
buildResumeMethod · 0.80

Calls 2

pathMethod · 0.95
appendDecodedSegmentMethod · 0.95

Tested by 6

testPathOperationsMethod · 0.64
insertMethod · 0.64
testInsertMethod · 0.64
testInsertNoValuesMethod · 0.64
testUpdateMethod · 0.64