Searched refs:withSignature (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java1536 setBody(body, false /* withSignature */);
3596 * @param withSignature True to append a signature.
3598 public void appendToBody(CharSequence text, boolean withSignature) { argument
3603 setBody(text, withSignature);
3612 * @param withSignature True to append a signature.
3614 public void setBody(CharSequence text, boolean withSignature) { argument
3615 LogUtils.i(LOG_TAG, "Body populated, len: %d, sig: %b", text.length(), withSignature);
3617 if (withSignature) {

Completed in 15 milliseconds