/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
D | ListWithMailMessages.java | 77 public MailMessage(String subject, String body) { in MailMessage() 82 public MailMessage(String subject, String body, boolean focusable) { in MailMessage() 100 public void setBody(String body) { in setBody() 138 WebView body = (WebView) messageUi.findViewById(R.id.body); in getView() local
|
D | ListOfEditTexts.java | 113 String body = getItem(position); in getView() local
|
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
D | MultimediaMessagePdu.java | 44 public MultimediaMessagePdu(PduHeaders header, PduBody body) { in MultimediaMessagePdu() 72 public void setBody(PduBody body) { in setBody()
|
D | RetrieveConf.java | 54 RetrieveConf(PduHeaders headers, PduBody body) { in RetrieveConf()
|
D | SendReq.java | 87 SendReq(PduHeaders headers, PduBody body) { in SendReq()
|
D | PduPersister.java | 603 PduBody body = new PduBody(); in load() local 1147 public void updateParts(Uri uri, PduBody body, HashMap<Uri, InputStream> preOpenedFiles) in updateParts() 1272 PduBody body = null; in persist() local
|
D | PduComposer.java | 861 PduBody body = ((SendReq) mPdu).getBody(); in makeMessageBody() local
|
D | PduParser.java | 837 PduBody body = new PduBody(); in parseParts() local
|
/frameworks/base/sax/java/android/sax/ |
D | EndTextElementListener.java | 29 void end(String body); in end()
|
D | RootElement.java | 193 String body = bodyBuilder.toString(); in endElement() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/ |
D | CdmaSmsCbTest.java | 143 int language, int encoding, String body, int cmasCategory, int responseType, in createCmasSmsMessage() 191 int priority, int language, int encoding, String body) throws Exception { in createBroadcastSmsMessage() 211 private static void encodeBody(int encoding, String body, boolean isCmasRecord, in encodeBody() 395 private static void doTestCmasBroadcast(int serviceCategory, int messageClass, String body) in doTestCmasBroadcast()
|
/frameworks/base/obex/javax/obex/ |
D | PrivateInputStream.java | 147 public synchronized void writeBytes(byte[] body, int start) { in writeBytes()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerBaseTest.java | 267 protected MockResponse buildResponse(int status, byte[] body) { in buildResponse() 920 protected long doStandardEnqueue(byte[] body) throws Exception { in doStandardEnqueue() 924 protected long enqueueDownloadRequest(byte[] body, int location) throws Exception { in enqueueDownloadRequest() 935 protected long doStandardEnqueue(File body) throws Exception { in doStandardEnqueue() 939 protected long enqueueDownloadRequest(File body, int location) throws Exception { in enqueueDownloadRequest()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmSmsCbMessage.java | 238 String body = null; in unpackBody() local
|
/frameworks/base/docs/html/reference/renderscript/ |
D | doxygen.css | 3 body, table, div, p, dl { selector 183 body { selector 923 body { overflow:visible; } selector
|
/frameworks/opt/telephony/src/java/android/telephony/ |
D | SmsCbMessage.java | 145 SmsCbLocation location, int serviceCategory, String language, String body, in SmsCbMessage()
|
D | CellBroadcastMessage.java | 111 String body = cursor.getString( in createFromCursor() local
|
/frameworks/opt/telephony/src/java/android/provider/ |
D | Telephony.java | 315 Uri uri, String address, String body, String subject, in addMessageToUri() 337 Uri uri, String address, String body, String subject, in addMessageToUri() 451 String address, String body, String subject, Long date, in addMessage() 492 String address, String body, String subject, Long date) { in addMessage() 556 String address, String body, String subject, Long date, in addMessage()
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | WifiDisplaySource.cpp | 587 AString body = in sendM3() local 619 AString body; in sendM4() local 678 AString body = "wfd_trigger_method: "; in sendTrigger() local
|
/frameworks/base/services/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 736 final CharSequence body = res.getString(R.string.data_usage_warning_body); in enqueueNotification() local 754 final CharSequence body = res.getText(R.string.data_usage_limit_body); in enqueueNotification() local 788 final CharSequence body = res.getString(R.string.data_usage_limit_snoozed_body, in enqueueNotification() local 846 final CharSequence body = res.getString(R.string.data_usage_restricted_body); in enqueueRestrictedNotification() local
|
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
D | SafeSaxTest.java | 75 public void end(String body) { in end()
|
/frameworks/native/include/input/ |
D | InputTransport.h | 115 } body; member
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 688 #define XN_FUNC_XN_XN_BODY(type, fnc, body) \ argument 718 #define IN_FUNC_IN_IN_BODY(fnc, body) \ argument
|