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

Method append

core/java/android/text/Editable.java:78–78  ·  view source on GitHub ↗

Convenience for replace(length(), length(), text, 0, text.length()) @see #replace(int, int, CharSequence, int, int)

(CharSequence text)

Source from the content-addressed store, hash-verified

76 * @see #replace(int, int, CharSequence, int, int)
77 */
78 public Editable append(CharSequence text);
79
80 /**
81 * Convenience for replace(length(), length(), text, start, end)

Callers 15

appendCommentMethod · 0.65
appendTypeCommentMethod · 0.65
doPackageFunction · 0.65
addConfigurationsMethod · 0.65
appendTypeInfoFunction · 0.65
compileAttributeFunction · 0.65
compileResourceFileFunction · 0.65
appendCommentMethod · 0.65
appendTypeCommentMethod · 0.65
makeConfigsStringMethod · 0.65
getPrintableSourceMethod · 0.65

Implementers 1

SpannableStringBuildercore/java/android/text/SpannableString

Calls

no outgoing calls

Tested by 15

getMethodNameMethod · 0.52
dumpGeneratedClassMethod · 0.52
outPrintlnMethod · 0.52
errPrintlnMethod · 0.52
captureMemInfoMethod · 0.52
appendToMethod · 0.52
printCpuInfoMethod · 0.52
charactersMethod · 0.52
testLargeFieldMethod · 0.52
testManyRowsTxtMethod · 0.52
testManyRowsTxtLongMethod · 0.52