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

/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/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
H A DHttpClientStack.java148 byte[] body = request.getBody();
H A DHurlStack.java236 byte[] body = request.getBody();
/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp101 } else if (matchesStmt(DS->getBody())) {
115 } else if (matchesStmt(FS->getBody())) {
150 } else if (matchesStmt(WS->getBody())) {
H A Dslang_rs_check_ast.cpp177 if (clang::Stmt *Body = FD->getBody()) {
285 } else if (clang::Stmt *Body = (*DI)->getBody()) {
H A Dslang_rs_backend.cpp80 mRefCount.Visit(FD->getBody());
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DMultimediaMessagePdu.java63 public PduBody getBody() { method in class:MultimediaMessagePdu
H A DPduComposer.java861 PduBody body = ((SendReq) mPdu).getBody();
H A DPduPersister.java1388 body = ((MultimediaMessagePdu) pdu).getBody();
/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockHttpStack.java66 mLastPostBody = request.getBody();
/frameworks/base/core/java/android/net/
H A DMailTo.java140 public String getBody() { method in class:MailTo
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractDetailsDescriptionPresenter.java97 public TextView getBody() { method in class:AbstractDetailsDescriptionPresenter.ViewHolder
/frameworks/volley/src/com/android/volley/
H A DRequest.java380 * @deprecated Use {@link #getBody()} instead.
385 // here instead of simply calling the getBody() function because this function must
399 * <p>Note that you can directly override {@link #getBody()} for custom data.</p>
432 public byte[] getBody() throws AuthFailureError { method in class:Request

Completed in 326 milliseconds