HomeSort by relevance Sort by last modified time
    Searched full:wbxml (Results 1 - 25 of 29) sorted by null

1 2

  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
SerializerTests.java 63 Wbxml.SWITCH_PAGE,
65 Tags.COMPOSE_SEND_MAIL - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT,
67 Tags.COMPOSE_ACCOUNT_ID - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT,
68 Wbxml.STR_I, // 0-terminated string
72 Wbxml.END, // COMPOSE_ACCOUNT_ID
73 Tags.COMPOSE_CLIENT_ID - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT,
74 Wbxml.STR_I, // 0-terminated string
78 Wbxml.END, // COMPOSE_CLIENT_ID
80 Tags.COMPOSE_MIME - Tags.COMPOSE_PAGE + Wbxml.WITH_CONTENT,
81 (byte)Wbxml.OPAQUE
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/xml/
xml_tinyParser.h 117 } WBXML;
130 XML_BOOL WBXML_DOM_Init(WBXML * pWbxml, uint8_t *buffer,
132 XML_BOOL WBXML_DOM_Eof(WBXML * pWbxml);
133 uint8_t WBXML_DOM_GetTag(WBXML * pWbxml);
134 uint8_t WBXML_DOM_GetChar(WBXML * pWbxml);
135 uint8_t WBXML_DOM_GetUIntVar(WBXML * pWbxml);
136 void WBXML_DOM_Rewind(WBXML * pWbxml);
137 void WBXML_DOM_Seek(WBXML * pWbxml, int32_t offset);
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduContentTypes.java 67 "application/vnd.wap.wbxml", /* 0x29 */
80 "application/vnd.wap.connectivity-wbxml", /* 0x36 */
90 "application/vnd.wap.locc+wbxml", /* 0x40 */
92 "application/vnd.syncml.dm+wbxml", /* 0x42 */
101 "application/vnd.oma.drm.rights+wbxml", /* 0x4B */
103 "application/vnd.wv.csp+wbxml", /* 0x4D */
  /frameworks/base/telephony/java/com/android/internal/telephony/
WspTypeDecoder.java 85 WELL_KNOWN_MIME_TYPES.put(0x29, "application/vnd.wap.wbxml");
98 WELL_KNOWN_MIME_TYPES.put(0x36, "application/vnd.wap.connectivity-wbxml");
108 WELL_KNOWN_MIME_TYPES.put(0x40, "application/vnd.wap.locc+wbxml");
110 WELL_KNOWN_MIME_TYPES.put(0x42, "application/vnd.syncml.dm+wbxml");
119 WELL_KNOWN_MIME_TYPES.put(0x4B, "application/vnd.oma.drm.rights+wbxml");
121 WELL_KNOWN_MIME_TYPES.put(0x4D, "application/vnd.wv.csp+wbxml");
130 WELL_KNOWN_MIME_TYPES.put(0x0201, "application/vnd.uplanet.cacheop-wbxml");
132 WELL_KNOWN_MIME_TYPES.put(0x0203, "application/vnd.uplanet.alert-wbxml");
133 WELL_KNOWN_MIME_TYPES.put(0x0204, "application/vnd.uplanet.list-wbxml");
134 WELL_KNOWN_MIME_TYPES.put(0x0205, "application/vnd.uplanet.listcmd-wbxml");
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Serializer.java 113 mOutput.write(Wbxml.SWITCH_PAGE);
117 mOutput.write(degenerated ? tag : tag | Wbxml.WITH_CONTENT);
137 mOutput.write(Wbxml.END);
167 mOutput.write(Wbxml.STR_I);
177 mOutput.write(Wbxml.OPAQUE);
Wbxml.java 24 /** contains the WBXML constants */
27 public interface Wbxml {
Parser.java 36 * Extremely fast and lightweight WBXML parser, implementing only the subset of WBXML that
43 // The following constants are Wbxml standard
137 super("WBXML format error");
451 while (id == Wbxml.SWITCH_PAGE) {
472 case Wbxml.END:
477 case Wbxml.STR_I:
491 case Wbxml.OPAQUE:
Base64InputStream.java 25 * away; in that case, the WBXML parser will lose information necessary to determine that the
26 * entire stream has been processed correctly. Since inline WBXML text is terminated with a zero
97 // Stop reading at this point, so that we can continue with WBXML
ProvisionParser.java 521 // Parse the newer WBXML data
Tags.java 21 * The wbxml tags for EAS are all defined here.
31 // Wbxml page definitions for EAS
    [all...]
  /packages/providers/DrmProvider/
AndroidManifest.xml 30 <data android:value="application/vnd.oma.drm.rights+wbxml" />
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 79 WELL_KNOWN_SHORT_MIME_TYPES.put(0x29, "application/vnd.wap.wbxml");
92 WELL_KNOWN_SHORT_MIME_TYPES.put(0x36, "application/vnd.wap.connectivity-wbxml");
102 WELL_KNOWN_SHORT_MIME_TYPES.put(0x40, "application/vnd.wap.locc+wbxml");
104 WELL_KNOWN_SHORT_MIME_TYPES.put(0x42, "application/vnd.syncml.dm+wbxml");
113 WELL_KNOWN_SHORT_MIME_TYPES.put(0x4B, "application/vnd.oma.drm.rights+wbxml");
115 WELL_KNOWN_SHORT_MIME_TYPES.put(0x4D, "application/vnd.wv.csp+wbxml");
124 WELL_KNOWN_LONG_MIME_TYPES.put(0x0201, "application/vnd.uplanet.cacheop-wbxml");
126 WELL_KNOWN_LONG_MIME_TYPES.put(0x0203, "application/vnd.uplanet.alert-wbxml");
127 WELL_KNOWN_LONG_MIME_TYPES.put(0x0204, "application/vnd.uplanet.list-wbxml");
128 WELL_KNOWN_LONG_MIME_TYPES.put(0x0205, "application/vnd.uplanet.listcmd-wbxml");
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_rel.h 106 * Parse the rights object include xml format and wbxml format data
110 * \param format (in)Which format, xml or wbxml
  /frameworks/base/media/java/android/drm/mobile1/
DrmRightsManager.java 32 * The "application/vnd.oma.drm.rights+wbxml" mime type.
34 public static final String DRM_MIMETYPE_RIGHTS_WBXML_STRING = "application/vnd.oma.drm.rights+wbxml";
42 * The id of "application/vnd.oma.drm.rights+wbxml" mime type.
  /frameworks/base/media/libdrm/mobile1/src/xml/
xml_tinyparser.c 604 XML_BOOL WBXML_DOM_Init(WBXML * pWbxml, uint8_t *buffer,
631 void WBXML_DOM_Rewind(WBXML * pWbxml)
636 XML_BOOL WBXML_DOM_Eof(WBXML * pWbxml)
644 uint8_t WBXML_DOM_GetTag(WBXML * pWbxml)
662 uint8_t WBXML_DOM_GetChar(WBXML * pWbxml)
667 void WBXML_DOM_Seek(WBXML * pWbxml, int32_t offset)
672 uint8_t WBXML_DOM_GetUIntVar(WBXML * pWbxml)
  /external/webkit/LayoutTests/http/conf/
mime.types 306 application/vnd.uplanet.alert-wbxml
308 application/vnd.uplanet.bearer-choice-wbxml
310 application/vnd.uplanet.cacheop-wbxml
312 application/vnd.uplanet.channel-wbxml
314 application/vnd.uplanet.list-wbxml
316 application/vnd.uplanet.listcmd-wbxml
328 application/vnd.wap.wbxml wbxml
334 application/vnd.wv.csp+wbxml
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java 350 "application/vnd.wap.wbxml",
363 "application/vnd.wap.connectivity-wbxml",
373 "application/vnd.wap.locc+wbxml",
375 "application/vnd.syncml.dm+wbxml",
384 "application/vnd.oma.drm.rights+wbxml",
386 "application/vnd.wv.csp+wbxml",
395 // "application/vnd.omads-email+wbxml",
398 "application/vnd.uplanet.cacheop-wbxml",
400 "application/vnd.uplanet.alert-wbxml",
401 "application/vnd.uplanet.list-wbxml",
    [all...]
  /external/webkit/Source/WebCore/platform/wince/
MIMETypeRegistryWinCE.cpp 92 #if ENABLE(WBXML)
93 mimetypeMap.add("wbxml", "application/vnd.wap.wmlc");
  /frameworks/base/packages/WAPPushManager/tests/
AndroidManifest.xml 41 <data android:value="application/vnd.oma.drm.rights+wbxml" />
  /frameworks/base/media/libdrm/mobile1/include/jni/
drm1_jni.h 213 android_drm_mobile1_DrmRightsManager_DRM_MIMETYPE_RIGHTS_WBXML /**< The "application/vnd.oma.drm.rights+wbxml" MIME type */
  /external/webkit/Source/WebCore/platform/network/mac/
WebCoreURLResponse.mm 309 CFSTR("wbxml"),
428 CFSTR("application/vnd.wap.wbxml"),
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 10 * other formats of XML 1.0 serializations (such as binary XML for example with WBXML).
29 * may not be supported (for example when serializing to WBXML).
XmlPullParser.java 656 * or can not determine it, -1 is returned (e.g. for WBXML).
665 * or can not determine it, -1 is returned (e.g. for WBXML).
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/objmng/
svc_drm.h 32 #define TYPE_DRM_RIGHTS_WBXML 0x4b /**< The mime type is "application/vnd.oma.drm.rights+wbxml" */
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 

Completed in 1106 milliseconds

1 2