Searched refs:getDecodedDataLength (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | Wap230WspContentTypeTest.java | 232 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 …]
|
D | WapPushOverSmsTest.java | 75 doReturn(2).when(mWspTypeDecoder).getDecodedDataLength(); in testDispatchWapPdu() 126 doReturn(2).when(mWspTypeDecoder).getDecodedDataLength(); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | WspTypeDecoder.java | 428 mediaPrefixLength = getDecodedDataLength(); 631 index += getDecodedDataLength(); in seekXWapApplicationId() 652 index += getDecodedDataLength(); in seekXWapApplicationId() 655 index += getDecodedDataLength(); in seekXWapApplicationId() 696 public int getDecodedDataLength() { in getDecodedDataLength() method
|
D | WapPushOverSms.java | 218 index += pduDecoder.getDecodedDataLength(); in decodeWapPdu() 242 index += pduDecoder.getDecodedDataLength(); in decodeWapPdu()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaInboundSmsHandler.java | 337 wspIndex += pduDecoder.getDecodedDataLength(); // advance to next field in checkDuplicatePortOmadmWapPush()
|
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
D | WapPushTest.java | 2098 index += pduDecoder.getDecodedDataLength(); in dispatchWapPdu() 2121 index += pduDecoder.getDecodedDataLength(); in dispatchWapPdu()
|