HomeSort by relevance Sort by last modified time
    Searched refs:pduDecoder (Results 1 - 3 of 3) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
WapPushOverSms.java 40 private WspTypeDecoder pduDecoder;
150 pduDecoder = new WspTypeDecoder(pdu);
158 if (pduDecoder.decodeUintvarInteger(index) == false) {
162 headerLength = (int)pduDecoder.getValue32();
163 index += pduDecoder.getDecodedDataLength();
179 if (pduDecoder.decodeContentType(index) == false) {
184 String mimeType = pduDecoder.getValueString();
185 long binaryContentType = pduDecoder.getValue32();
186 index += pduDecoder.getDecodedDataLength();
207 if (pduDecoder.seekXWapApplicationId(index, index + headerLength - 1))
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 372 WspTypeDecoder pduDecoder = new WspTypeDecoder(omaPdu);
376 if (pduDecoder.decodeUintvarInteger(wspIndex) == false) {
380 wspIndex += pduDecoder.getDecodedDataLength(); // advance to next field
383 if (pduDecoder.decodeContentType(wspIndex) == false) {
387 String mimeType = pduDecoder.getValueString();

Completed in 302 milliseconds