HomeSort by relevance Sort by last modified time
    Searched full:contenttype (Results 76 - 100 of 1276) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode02.java 67 String contentType = getContentType();
68 preload(contentType, "staffNS", true);
69 preload(contentType, "staff", true);
documentimportnode05.java 67 String contentType = getContentType();
68 preload(contentType, "staffNS", true);
69 preload(contentType, "staff", true);
documentimportnode15.java 66 String contentType = getContentType();
67 preload(contentType, "staffNS", true);
68 preload(contentType, "staffNS", true);
documentimportnode17.java 66 String contentType = getContentType();
67 preload(contentType, "staffNS", true);
68 preload(contentType, "staffNS", true);
documentimportnode18.java 66 String contentType = getContentType();
67 preload(contentType, "staffNS", true);
68 preload(contentType, "staffNS", true);
elementsetattributenodens05.java 64 String contentType = getContentType();
65 preload(contentType, "staffNS", true);
66 preload(contentType, "staffNS", true);
importNode02.java 59 String contentType = getContentType();
60 preload(contentType, "staffNS", true);
61 preload(contentType, "staffNS", true);
importNode03.java 60 String contentType = getContentType();
61 preload(contentType, "staffNS", true);
62 preload(contentType, "staffNS", true);
importNode04.java 61 String contentType = getContentType();
62 preload(contentType, "staff", true);
63 preload(contentType, "staff", true);
importNode05.java 61 String contentType = getContentType();
62 preload(contentType, "staffNS", true);
63 preload(contentType, "staffNS", true);
importNode06.java 60 String contentType = getContentType();
61 preload(contentType, "staffNS", true);
62 preload(contentType, "staffNS", true);
importNode07.java 69 String contentType = getContentType();
70 preload(contentType, "staffNS", true);
71 preload(contentType, "staff", true);
importNode08.java 61 String contentType = getContentType();
62 preload(contentType, "staffNS", true);
63 preload(contentType, "staffNS", true);
importNode09.java 60 String contentType = getContentType();
61 preload(contentType, "staffNS", true);
62 preload(contentType, "staffNS", true);
importNode10.java 62 String contentType = getContentType();
63 preload(contentType, "staffNS", true);
64 preload(contentType, "staffNS", true);
importNode11.java 62 String contentType = getContentType();
63 preload(contentType, "staff", true);
64 preload(contentType, "staff", true);
importNode12.java 59 String contentType = getContentType();
60 preload(contentType, "staffNS", true);
61 preload(contentType, "staffNS", true);
importNode13.java 60 String contentType = getContentType();
61 preload(contentType, "staffNS", true);
62 preload(contentType, "staffNS", true);
importNode14.java 59 String contentType = getContentType();
60 preload(contentType, "staffNS", true);
61 preload(contentType, "staffNS", true);
importNode15.java 60 String contentType = getContentType();
61 preload(contentType, "staffNS", true);
62 preload(contentType, "staffNS", true);
importNode16.java 61 String contentType = getContentType();
62 preload(contentType, "staffNS", true);
63 preload(contentType, "staffNS", true);
importNode17.java 61 String contentType = getContentType();
62 preload(contentType, "staffNS", true);
63 preload(contentType, "staffNS", true);
  /external/oauth/core/src/main/java/net/oauth/
OAuth.java 76 public static boolean isFormEncoded(String contentType) {
77 if (contentType == null) {
80 int semi = contentType.indexOf(";");
82 contentType = contentType.substring(0, semi);
84 return FORM_ENCODED.equalsIgnoreCase(contentType.trim());
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsWapPushReceiver.java 19 import com.google.android.mms.ContentType;
40 && ContentType.MMS_MESSAGE.equals(intent.getType())) {
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
UrlRequest.java 102 * @param contentType MIME type of the post content or null if this is not a
107 public void setUploadData(String contentType, byte[] data) {
111 nativeSetPostData(mUrlRequestPeer, contentType, data);
119 * @param contentType MIME type of the post content or null if this is not a
124 public void setUploadChannel(String contentType,
129 nativeBeginChunkedUpload(mUrlRequestPeer, contentType);
422 String contentType, byte[] content);
425 String contentType);

Completed in 912 milliseconds

1 2 34 5 6 7 8 91011>>