Searched refs:getValue32 (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | Wap230WspContentTypeTest.java | 229 int wellKnownValue = (int) unit.getValue32(); in testWellKnownShortIntegerMimeTypeValues() 274 assertEquals(-1, unit.getValue32()); in testConstrainedMediaExtensionMedia() 291 assertEquals(-1, unit.getValue32()); in testGeneralFormShortLengthExtensionMedia() 460 assertEquals(-1, unit.getValue32()); in testGeneralFormLengthQuoteExtensionMedia() 485 assertEquals(-1, unit.getValue32()); in testGeneralFormLengthQuoteExtensionMediaWithNiceLongMimeType() 503 assertEquals(-1, unit.getValue32()); in testConstrainedMediaExtensionMediaWithSpace() 596 assertEquals(0x3F, unit.getValue32()); in testTypedParamWellKnownShortIntegerQuotedText() 618 assertEquals(0x3F, unit.getValue32()); in testTypedParamWellKnownShortIntegerCompactIntegerValue() 639 assertEquals(0x3F, unit.getValue32()); in testTypedParamWellKnownShortIntegerCompactIntegerValue_0() 709 assertEquals(0x3F, unit.getValue32()); in testUntypedParamIntegerValueLongInteger() [all …]
|
H A D | WapPushOverSmsTest.java | 73 doReturn((long)2).when(mWspTypeDecoder).getValue32(); in testDispatchWapPdu() 128 doReturn((long) 2).when(mWspTypeDecoder).getValue32(); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | WapPushOverSms.java | 208 int headerLength = (int) pduDecoder.getValue32(); in decodeWapPdu() 232 long binaryContentType = pduDecoder.getValue32(); in decodeWapPdu() 277 index = (int) pduDecoder.getValue32(); in decodeWapPdu() 281 wapAppId = Integer.toString((int) pduDecoder.getValue32()); in decodeWapPdu()
|
H A D | WspTypeDecoder.java | 635 int fieldValue = (int) getValue32(); in seekXWapApplicationId() 718 public long getValue32() { in getValue32() method
|
/aosp12/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
H A D | WapPushTest.java | 1876 int index = (int) pduDecoder.getValue32(); in testDecoder1() 1881 + ", val: " + pduDecoder.getValue32()); in testDecoder1() 1882 assertTrue(mAppIdValue == (int) pduDecoder.getValue32()); in testDecoder1() 1926 int index = (int) pduDecoder.getValue32(); in testDecoder3() 1931 + ", val: " + pduDecoder.getValue32()); in testDecoder3() 1932 assertTrue(mAppIdValue == (int) pduDecoder.getValue32()); in testDecoder3() 1998 int index = (int) pduDecoder.getValue32(); in testDecoder5() 2030 int index = (int) pduDecoder.getValue32(); in testDecoder6() 2101 headerLength = (int) pduDecoder.getValue32(); in dispatchWapPdu() 2124 long binaryContentType = pduDecoder.getValue32(); in dispatchWapPdu() [all …]
|