Searched refs:pduDecoder (Results 1 – 3 of 3) sorted by relevance
193 WspTypeDecoder pduDecoder = in decodeWapPdu() local203 if (pduDecoder.decodeUintvarInteger(index) == false) { in decodeWapPdu()208 int headerLength = (int) pduDecoder.getValue32(); in decodeWapPdu()209 index += pduDecoder.getDecodedDataLength(); in decodeWapPdu()225 if (pduDecoder.decodeContentType(index) == false) { in decodeWapPdu()231 String mimeType = pduDecoder.getValueString(); in decodeWapPdu()232 long binaryContentType = pduDecoder.getValue32(); in decodeWapPdu()233 index += pduDecoder.getDecodedDataLength(); in decodeWapPdu()277 index = (int) pduDecoder.getValue32(); in decodeWapPdu()278 pduDecoder.decodeXWapApplicationId(index); in decodeWapPdu()[all …]
1876 int index = (int) pduDecoder.getValue32(); in testDecoder1()1926 int index = (int) pduDecoder.getValue32(); in testDecoder3()1998 int index = (int) pduDecoder.getValue32(); in testDecoder5()2003 + pduDecoder.getValueString() + "]"); in testDecoder5()2030 int index = (int) pduDecoder.getValue32(); in testDecoder6()2101 headerLength = (int) pduDecoder.getValue32(); in dispatchWapPdu()2102 index += pduDecoder.getDecodedDataLength(); in dispatchWapPdu()2123 String mimeType = pduDecoder.getValueString(); in dispatchWapPdu()2125 index += pduDecoder.getDecodedDataLength(); in dispatchWapPdu()2147 index = (int) pduDecoder.getValue32(); in dispatchWapPdu()[all …]
414 WspTypeDecoder pduDecoder = new WspTypeDecoder(omaPdu); in checkDuplicatePortOmadmWapPush() local418 if (!pduDecoder.decodeUintvarInteger(wspIndex)) { in checkDuplicatePortOmadmWapPush()422 wspIndex += pduDecoder.getDecodedDataLength(); // advance to next field in checkDuplicatePortOmadmWapPush()425 if (!pduDecoder.decodeContentType(wspIndex)) { in checkDuplicatePortOmadmWapPush()429 String mimeType = pduDecoder.getValueString(); in checkDuplicatePortOmadmWapPush()