Searched defs:pduDecoder (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DWapPushOverSms.java40 private WspTypeDecoder pduDecoder; field in class:WapPushOverSms
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
[all...]

Completed in 258 milliseconds