Home
last modified time | relevance | path

Searched refs:getDecodedDataLength (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DWap230WspContentTypeTest.java232 assertEquals(1, unit.getDecodedDataLength()); in testWellKnownShortIntegerMimeTypeValues()
251 assertEquals(4, unit.getDecodedDataLength()); in testWellKnownLongIntegerMimeTypeValues()
275 assertEquals(19, unit.getDecodedDataLength()); in testConstrainedMediaExtensionMedia()
292 assertEquals(31, unit.getDecodedDataLength()); in testGeneralFormShortLengthExtensionMedia()
307 assertEquals(2, unit.getDecodedDataLength()); in testGeneralFormShortLengthWellKnownShortInteger()
323 assertEquals(2, unit.getDecodedDataLength()); in testGeneralFormShortLengthWellKnownShortIntegerWithUnknownValue()
343 assertEquals(4, unit.getDecodedDataLength()); in testGeneralFormShortLengthWellKnownLongInteger()
362 assertEquals(4, unit.getDecodedDataLength()); in testGeneralFormShortLengthWellKnownLongIntegerWithUnknownValue()
380 assertEquals(3, unit.getDecodedDataLength()); in testGeneralFormLengthQuoteWellKnownShortInteger()
398 assertEquals(3, unit.getDecodedDataLength()); in testGeneralFormLengthQuoteWellKnownShortIntegerWithUnknownValue()
[all …]
DWapPushOverSmsTest.java75 doReturn(2).when(mWspTypeDecoder).getDecodedDataLength(); in testDispatchWapPdu()
128 doReturn(2).when(mWspTypeDecoder).getDecodedDataLength(); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWspTypeDecoder.java438 mediaPrefixLength = getDecodedDataLength();
643 index += getDecodedDataLength(); in seekXWapApplicationId()
664 index += getDecodedDataLength(); in seekXWapApplicationId()
667 index += getDecodedDataLength(); in seekXWapApplicationId()
709 public int getDecodedDataLength() { in getDecodedDataLength() method
DWapPushOverSms.java255 index += pduDecoder.getDecodedDataLength(); in decodeWapPdu()
279 index += pduDecoder.getDecodedDataLength(); in decodeWapPdu()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandler.java420 wspIndex += pduDecoder.getDecodedDataLength(); // advance to next field in checkDuplicatePortOmadmWapPush()
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java2098 index += pduDecoder.getDecodedDataLength(); in dispatchWapPdu()
2121 index += pduDecoder.getDecodedDataLength(); in dispatchWapPdu()