Home | History | Annotate | Download | only in compose

Lines Matching defs:setBody

715                 composeActivity.setBody(wearReply, false);
1465 setBody(body, false /* withSignature */);
1610 setBody(value, true /* with signature */);
1620 setBody((text != null) ? text : "", true /* with signature */);
1692 return ""; // Default to empty string so setText/setBody has same behavior as before.
1742 setBody(decodeContentFromQueryParam(body.get(0)), true /* with signature */);
3518 setBody(text, withSignature);
3528 public void setBody(CharSequence text, boolean withSignature) {