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...]
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0-sources.jar 
kxml2-2.3.0.jar 
  /frameworks/opt/mms/src/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 */
  /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);
197 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
45 // The following constants are Wbxml standard
141 super("WBXML format error");
445 while (id == Wbxml.SWITCH_PAGE) {
466 case Wbxml.END:
471 case Wbxml.STR_I:
485 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 93 * must have been added prior to calling this method (this is only a possibility with wbxml
551 // Parse the newer WBXML data
  /frameworks/opt/telephony/src/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...]
  /frameworks/opt/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...]
  /prebuilts/tools/common/kxml2-tools/
kxml2-src-2.3.0.zip 
kxml2-2.3.0.jar 
  /external/chromium_org/tools/python/google/httpd_config/
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
327 application/vnd.wap.wbxml wbxml
333 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...]
  /frameworks/base/packages/WAPPushManager/tests/
AndroidManifest.xml 41 <data android:value="application/vnd.oma.drm.rights+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 657 * or can not determine it, -1 is returned (e.g. for WBXML).
666 * or can not determine it, -1 is returned (e.g. for WBXML).
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasProvision.java 56 public static final String EAS_12_POLICY_TYPE = "MS-EAS-Provisioning-WBXML";
  /packages/apps/Exchange/src/com/android/exchange/
EasOutboxService.java 120 // Calculate the overhead for the WBXML data
410 // For EAS 14, we need to save the wbxml tag we're using
EasSyncService.java 129 static public final String EAS_12_POLICY_TYPE = "MS-EAS-Provisioning-WBXML";
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasServerConnection.java 85 private static final String EAS_14_MIME_TYPE = "application/vnd.ms-sync.wbxml";
351 // Send the proper Content-Type header; it's always wbxml except for messages when
EasAutoDiscover.java 373 // The response to Autodiscover is regular XML (not WBXML)
  /prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 

Completed in 1063 milliseconds

1 2