/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/ |
D | TextBody.java | 28 String body; field in TextBody 30 public TextBody(String body) { in TextBody()
|
D | MimeBodyPart.java | 32 protected Body body; field in MimeBodyPart 44 public MimeBodyPart(Body body) throws MessagingException { in MimeBodyPart() 48 public MimeBodyPart(Body body, String mimeType) throws MessagingException { in MimeBodyPart() 85 public void setBody(Body body) throws MessagingException { in setBody()
|
D | MimeMessage.java | 68 private Body body; field in MimeMessage 413 public void setBody(Body body) throws MessagingException { in setBody() 624 public void body(BodyDescriptor bd, InputStream in) throws IOException { in body() method in MimeMessage.MimeMessageBuilder 626 final Body body = MimeUtility.decodeBody(in, bd.getTransferEncoding()); in body() local
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | MultimediaMessagePdu.java | 42 public MultimediaMessagePdu(PduHeaders header, PduBody body) { in MultimediaMessagePdu() 70 public void setBody(PduBody body) { in setBody()
|
D | RetrieveConf.java | 52 RetrieveConf(PduHeaders headers, PduBody body) { in RetrieveConf()
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | QuickResponseActivity.java | 86 String body = null; in onItemClick() local 99 QueryThread(long eventId, String body) { in QueryThread()
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/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()
|
/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/recyclerview/ |
D | CarUiHeaderListItem.java | 33 public CarUiHeaderListItem(@NonNull CharSequence title, @NonNull CharSequence body) { in CarUiHeaderListItem()
|
D | CarUiListItemAdapter.java | 193 CharSequence body = item.getBody(); in bind() local 369 CharSequence body = item.getBody(); in bind() local
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | PrivateVolumeFormat.java | 59 final TextView body = (TextView) view.findViewById(R.id.body); in onCreateView() local
|
D | PrivateVolumeUnmount.java | 62 final TextView body = (TextView) view.findViewById(R.id.body); in onCreateView() local
|
D | PrivateVolumeForget.java | 79 final TextView body = (TextView) view.findViewById(R.id.body); in onCreateView() local
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | ThreadingTest.java | 55 final String body = "DOWNLOAD " + i + " CONTENTS"; in testFilenameRace() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/ |
D | PrivateVolumeFormat.java | 59 final TextView body = (TextView) view.findViewById(R.id.body); in onCreateView() local
|
D | PrivateVolumeUnmount.java | 62 final TextView body = (TextView) view.findViewById(R.id.body); in onCreateView() local
|
D | PrivateVolumeForget.java | 79 final TextView body = (TextView) view.findViewById(R.id.body); in onCreateView() local
|
/packages/apps/Car/Cluster/src/android/car/cluster/ |
D | PhoneFragment.java | 57 TextView body = mUserProfileContainerView.findViewById(R.id.body); in onCreateView() local
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/misc/ |
D | doxygenextra.css | 17 body, table, div, p, dl { selector 27 body { selector
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
D | Part.java | 48 public void setBody(Body body) throws MessagingException; in setBody()
|
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
D | CdmaSmsMessageTest.java | 233 int language, int encoding, String body, int cmasCategory, int responseType, in createCmasSmsMessage() 282 int priority, int language, int encoding, String body) throws Exception { in createBroadcastSmsMessage() 303 private static void encodeBody(int encoding, String body, boolean isCmasRecord, in encodeBody() 480 String body) throws Exception { in doTestCmasBroadcast()
|
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/ |
D | ThemePreviewPage.java | 74 ViewGroup body = card.findViewById(R.id.theme_preview_card_body_container); in bindPreviewContent() local 214 ViewGroup body = card.findViewById(R.id.theme_preview_card_body_container); in bindPreviewContent() local
|
/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/ |
D | GsmSmsCbMessage.java | 121 String body = cbData.second; in createSmsCbMessage() local 314 String body = null; in unpackBody() local
|
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/ |
D | CaptivePortalLoginActivityTest.java | 529 MockResponse(String body, String mimetype, Map<String, String> headers) { in MockResponse() argument 563 private void setResponseBody(String query, String body) { in setResponseBody() 567 private void setResponse(String query, String body, String mimetype, in setResponse()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipRequest.java | 97 protected void executePut(ClientSession session, byte[] body) throws IOException { in executePut()
|