Searched defs:getBody (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/
H A DMailTo.java141 public String getBody() { method in class:MailTo
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListOfEditTexts.java73 getBody("zero hello, my name is android"),
74 getBody("one i'm a paranoid android"),
75 getBody("two i robot. huh huh."),
76 getBody("three not the g-phone!"));
93 String getBody(String line) { method in class:ListOfEditTexts
H A DListWithMailMessages.java96 public String getBody() { method in class:ListWithMailMessages.MailMessage
139 body.loadData(message.getBody(), mimeType, null);
140 // body.setText(message.getBody());
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DMultimediaMessagePdu.java63 public PduBody getBody() { method in class:MultimediaMessagePdu
/frameworks/volley/src/com/android/volley/toolbox/
H A DJsonRequest.java80 * @deprecated Use {@link #getBody()}.
84 return getBody();
93 public byte[] getBody() { method in class:JsonRequest
/frameworks/volley/src/com/android/volley/
H A DRequest.java338 * @deprecated Use {@link #getBody()} instead.
342 // here instead of simply calling the getBody() function because this function must
356 * <p>Note that you can directly override {@link #getBody()} for custom data.</p>
389 public byte[] getBody() throws AuthFailureError { method in class:Request

Completed in 1383 milliseconds