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

/frameworks/base/core/java/android/net/
H A DMailTo.java140 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/telephony/src/java/com/google/android/mms/pdu/
H A DMultimediaMessagePdu.java63 public PduBody getBody() { method in class:MultimediaMessagePdu
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DJsonRequest.java80 * @deprecated Use {@link #getBody()}.
84 return getBody();
93 public byte[] getBody() { method in class:JsonRequest
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
H A DMIMEContainer.java130 mText = recode(getBody(in, boundary, quoted, eof), charset);
253 private static String getBody(LineNumberReader in, String boundary, boolean quoted, AtomicBoolean eof) method in class:MIMEContainer
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractDetailsDescriptionPresenter.java139 public TextView getBody() { method in class:AbstractDetailsDescriptionPresenter.ViewHolder
/frameworks/volley/src/main/java/com/android/volley/
H A DRequest.java374 * @deprecated Use {@link #getBody()} instead.
379 // here instead of simply calling the getBody() function because this function must
393 * <p>Note that you can directly override {@link #getBody()} for custom data.</p>
433 public byte[] getBody() throws AuthFailureError { method in class:Request

Completed in 213 milliseconds