Home
last modified time | relevance | path

Searched defs:body (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/widget/focus/
DListWithMailMessages.java78 public MailMessage(String subject, String body) { in MailMessage()
83 public MailMessage(String subject, String body, boolean focusable) { in MailMessage()
101 public void setBody(String body) { in setBody()
139 WebView body = (WebView) messageUi.findViewById(R.id.body); in getView() local
/frameworks/av/media/libnblog/
DReader.cpp239 String8 timestamp, body; in dump() local
294 String8 *timestamp, String8 *body) in handleFormat()
392 void DumpReader::appendInt(String8 *body, const void *data) in appendInt()
403 void DumpReader::appendFloat(String8 *body, const void *data) in appendFloat()
413 void DumpReader::appendPID(String8 *body, const void* data, size_t length) in appendPID()
423 void DumpReader::appendTimestamp(String8 *body, const void *data) in appendTimestamp()
DPerformanceAnalysis.cpp343 void PerformanceAnalysis::reportPerformance(String8 *body, int author, log_hash_t hash, in reportPerformance()
387 String8 body; in dump() local
411 void dumpLine(int fd, int indent, const String8 &body) { in dumpLine()
DMerger.cpp258 void MergeReader::handleAuthor(const AbstractEntry &entry, String8 *body) in handleAuthor()
/frameworks/base/tools/lint/common/src/main/java/com/google/android/lint/aidl/
DAidlImplementationDetector.kt41 val body = (node.uastBody as? UBlockExpression) ?: return in getApplicableUastTypes() constant
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DMultimediaMessagePdu.java49 public MultimediaMessagePdu(PduHeaders header, PduBody body) { in MultimediaMessagePdu()
79 public void setBody(PduBody body) { in setBody()
DRetrieveConf.java58 RetrieveConf(PduHeaders headers, PduBody body) { in RetrieveConf()
DSendReq.java91 SendReq(PduHeaders headers, PduBody body) { in SendReq()
DPduPersister.java618 PduBody body = new PduBody(); in load() local
1116 public void updateParts(Uri uri, PduBody body, HashMap<Uri, InputStream> preOpenedFiles) in updateParts()
1243 PduBody body = null; in persist() local
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/
DHttpResponse.java36 public abstract String body(); in body() method in HttpResponse
61 public abstract Builder setBody(String body); in setBody()
/frameworks/base/sax/java/android/sax/
DEndTextElementListener.java29 void end(String body); in end()
DRootElement.java193 String body = bodyBuilder.toString(); in endElement() local
/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/
DPermissionMethodDetector.kt161 val body = method.uastBody as? UBlockExpression ?: return false in isPermissionMethodReturnType() constant
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java273 protected MockResponse buildResponse(int status, byte[] body) { in buildResponse()
926 protected long doStandardEnqueue(byte[] body) throws Exception { in doStandardEnqueue()
930 protected long enqueueDownloadRequest(byte[] body) throws Exception { in enqueueDownloadRequest()
941 protected long doStandardEnqueue(File body) throws Exception { in doStandardEnqueue()
945 protected long enqueueDownloadRequest(File body) throws Exception { in enqueueDownloadRequest()
/frameworks/base/telephony/java/android/telephony/
DSmsCbMessage.java222 @Nullable String body, int priority, @Nullable SmsCbEtwsInfo etwsWarningInfo, in SmsCbMessage()
236 @Nullable String language, int dataCodingScheme, @Nullable String body, in SmsCbMessage()
637 String body = cursor.getString(cursor.getColumnIndexOrThrow(CellBroadcasts.MESSAGE_BODY)); in createFromCursor() local
/frameworks/base/core/java/android/provider/
DTelephony.java436 Uri uri, String address, String body, String subject, in addMessageToUri()
459 Uri uri, String address, String body, String subject, in addMessageToUri()
482 Uri uri, String address, String body, String subject, in addMessageToUri()
507 Uri uri, String address, String body, String subject, in addMessageToUri()
626 String address, String body, String subject, Long date, in addMessage()
647 String address, String body, String subject, Long date, boolean read) { in addMessage()
688 String address, String body, String subject, Long date) { in addMessage()
707 String address, String body, String subject, Long date) { in addMessage()
735 String address, String body, String subject, Long date) { in addMessage()
754 String address, String body, String subject, Long date) { in addMessage()
[all …]
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecController.java796 private void handleIncomingCecCommand(int srcAddress, int dstAddress, byte[] body) { in handleIncomingCecCommand()
916 int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body); in nativeSendCecCommand()
1010 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
1242 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
1439 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
1622 public void onCecMessage(int initiator, int destination, byte[] body) { in onCecMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVisualVoicemailSmsFilter.java314 String body = message.getMessageBody(); in getFullMessage() local
/frameworks/libs/binary_translation/backend/x86_64/
Dloop_guest_context_optimizer_test.cc692 auto* body = machine_ir.NewBasicBlock(); in TEST() local
736 auto* body = machine_ir.NewBasicBlock(); in TEST() local
778 auto* body = machine_ir.NewBasicBlock(); in TEST() local
977 auto* body = machine_ir.NewBasicBlock(); in TEST() local
Dmachine_ir_analysis_test.cc35 void CheckLoopContent(x86_64::Loop* loop, std::vector<MachineBasicBlock*> body) { in CheckLoopContent()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DFakeNativeWrapper.java79 int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
DHdmiCecLocalDeviceTest.java74 private static int SendCecCommandFactory(int srcAddress, int dstAddress, byte[] body) { in SendCecCommandFactory()
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DProtoLogTool.kt250 val body = BlockStmt() in <lambda>() constant
/frameworks/base/sax/tests/saxtests/src/android/sax/
DSafeSaxTest.java71 public void end(String body) { in end()
/frameworks/native/libs/binder/
DRpcState.cpp735 RpcDecStrong body = { in sendDecStrongToTarget() local
1164 RpcDecStrong body; in processDecStrong() local

12