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

Method join

core/java/android/text/TextUtils.java:278–281  ·  view source on GitHub ↗

Returns list of multiple CharSequence joined into a single CharSequence separated by localized delimiter such as ", ". @hide

(Iterable<CharSequence> list)

Source from the content-addressed store, hash-verified

276 * @hide
277 */
278 public static CharSequence join(Iterable<CharSequence> list) {
279 final CharSequence delimiter = Resources.getSystem().getText(R.string.list_delimeter);
280 return join(delimiter, list);
281 }
282
283 /**
284 * Returns a string containing the tokens joined by delimiters.

Callers 15

loadTilesMethod · 0.95
saveSettingMethod · 0.95
testSelectionBackRefsMethod · 0.95
dumpMethod · 0.95
toDebugStringMethod · 0.95
toDebugStringMethod · 0.95
toDebugStringMethod · 0.95
checkBinderPermissionMethod · 0.95
stringArrayToStringMethod · 0.95
finishMethod · 0.80

Calls 4

getSystemMethod · 0.95
appendMethod · 0.65
getTextMethod · 0.45
toStringMethod · 0.45

Tested by 15

testSelectionBackRefsMethod · 0.76
tearDownMethod · 0.64
tearDownMethod · 0.64
tearDownMethod · 0.64
tearDownMethod · 0.64
testDelayParameterMethod · 0.64
topMethodMethod · 0.64
testContentQueryMapMethod · 0.64
_stop_tickerMethod · 0.64