HomeSort by relevance Sort by last modified time
    Searched defs:getContentType (Results 51 - 75 of 260) sorted by null

1 23 4 5 6 7 8 91011

  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMTestCase.java 98 public String getContentType() {
  /libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
JarURLConnection.java 202 public String getContentType() {
  /libcore/ojluni/src/main/java/sun/security/pkcs/
ContentInfo.java 161 public ObjectIdentifier getContentType() {
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
MimeBodyPart.java 91 setHeader(MimeHeader.HEADER_CONTENT_TYPE, multipart.getContentType());
94 String name = MimeUtility.getHeaderParameter(getContentType(), "name");
104 public String getContentType() throws MessagingException {
136 return MimeUtility.getHeaderParameter(getContentType(), null);
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
SendReq.java 152 public byte[] getContentType() {
PduPart.java 320 public byte[] getContentType() {
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
SendReq.java 155 public byte[] getContentType() {
PduPart.java 295 public byte[] getContentType() {
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeBodyPart.java 95 setHeader(MimeHeader.HEADER_CONTENT_TYPE, multipart.getContentType());
99 String name = MimeUtility.getHeaderParameter(getContentType(), "name");
109 public String getContentType() throws MessagingException {
141 return MimeUtility.getHeaderParameter(getContentType(), null);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 119 post.addHeader(entity.getContentType());
190 post.addHeader(entity.getContentType());
  /external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
OkApacheClientTest.java 161 assertNotNull(response1.getEntity().getContentType());
162 assertEquals("text/html", response1.getEntity().getContentType().getValue());
169 assertNotNull(response2.getEntity().getContentType());
170 assertEquals("application/json", response2.getEntity().getContentType().getValue());
176 assertNull(response3.getEntity().getContentType());
185 assertEquals("application/json", response.getEntity().getContentType().getValue());
228 assertNotNull(entity.getContentType());
229 assertEquals("application/json", entity.getContentType().getValue());
257 assertNotNull(entity.getContentType());
258 assertEquals("application/json", entity.getContentType().getValue())
    [all...]
  /external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DelegatingHttpsURLConnection.java 149 @Override public String getContentType() {
150 return delegate.getContentType();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActivity.java 126 private String getContentType(Intent intent) {
165 String contentType = getContentType(intent);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInformation.java 121 public ASN1ObjectIdentifier getContentType()
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-javamail.jar 
  /frameworks/base/media/java/android/media/
AudioAttributes.java 354 public int getContentType() {
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPart.java 320 public byte[] getContentType() {
PduComposer.java 886 appendTextString(part.getContentType());
908 byte[] partContentType = part.getContentType();
    [all...]
  /frameworks/support/media-compat/java/android/support/v4/media/
AudioAttributesCompat.java 331 public int getContentType() {
335 return mAudioAttributesWrapper.unwrap().getContentType();
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessagePartData.java 319 public final String getContentType() {
509 LogUtil.e(LogUtil.BUGLE_DATAMODEL_TAG, "Unknown attachment type " + getContentType());
519 return getContentType() + " (" + getContentUri() + ")";
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 92 * MIME type of the file. Use {@link #getContentType()} and {@link #setContentType(String)}.
251 final String contentTypeHeader = MimeUtility.unfoldAndDecode(part.getContentType());
450 return MimeType.isInstallable(getContentType());
487 public String getContentType() {
669 getContentType(),
671 getContentType(),
EmlAttachmentProvider.java 175 return mUriAttachmentMap.get(uri).getContentType();
246 if (attachment.getContentType().startsWith(type)) {
264 .add(attachment.getContentType()) // contentType
350 if (MimeType.isInstallable(attachment.getContentType())) {
360 description, true, attachment.getContentType(),
  /external/apache-http/android/src/android/net/http/
Headers.java 321 public String getContentType() {
  /libcore/ojluni/src/main/java/java/net/
URLConnection.java 108 * <li>{@code getContentType}
115 * {@code getContentType} method is used by the
118 * {@code getContentType} method.
144 * @see java.net.URLConnection#getContentType()
500 public String getContentType() {
685 * calling the {@code getContentType} method. If this is
721 * @see java.net.URLConnection#getContentType()
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMime.java 284 public String getContentType() {

Completed in 1070 milliseconds

1 23 4 5 6 7 8 91011