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.java74 doReturn(2).when(mWspTypeDecoder).getDecodedDataLength(); in testDispatchWapPdu()
129 doReturn(2).when(mWspTypeDecoder).getDecodedDataLength(); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWspTypeDecoder.java439 mediaPrefixLength = getDecodedDataLength();
644 index += getDecodedDataLength(); in seekXWapApplicationId()
665 index += getDecodedDataLength(); in seekXWapApplicationId()
668 index += getDecodedDataLength(); in seekXWapApplicationId()
710 public int getDecodedDataLength() { in getDecodedDataLength() method
DWapPushOverSms.java209 index += pduDecoder.getDecodedDataLength(); in decodeWapPdu()
233 index += pduDecoder.getDecodedDataLength(); in decodeWapPdu()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandler.java422 wspIndex += pduDecoder.getDecodedDataLength(); // advance to next field in checkDuplicatePortOmadmWapPush()
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java2102 index += pduDecoder.getDecodedDataLength(); in dispatchWapPdu()
2125 index += pduDecoder.getDecodedDataLength(); in dispatchWapPdu()