Searched refs:getBody (Results 1 - 13 of 13) 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.java132 byte[] body = request.getBody();
H A DHurlStack.java223 byte[] body = request.getBody();
/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp107 } else if (matchesStmt(DS->getBody())) {
122 } else if (matchesStmt(FS->getBody())) {
161 } else if (matchesStmt(WS->getBody())) {
H A Dslang_rs_check_ast.cpp181 if (clang::Stmt *Body = FD->getBody()) {
300 } else if (clang::Stmt *Body = (*DI)->getBody()) {
H A Dslang_rs_backend.cpp81 mRefCount.Visit(FD->getBody());
/frameworks/opt/mms/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.java1374 body = ((MultimediaMessagePdu) pdu).getBody();
/frameworks/base/core/java/android/net/
H A DMailTo.java141 public String getBody() { method in class:MailTo
/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 162 milliseconds