Home
last modified time | relevance | path

Searched refs:getValue32 (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DWap230WspContentTypeTest.java229 int wellKnownValue = (int) unit.getValue32(); in testWellKnownShortIntegerMimeTypeValues()
248 int wellKnownValue = (int) unit.getValue32(); in testWellKnownLongIntegerMimeTypeValues()
274 assertEquals(-1, unit.getValue32()); in testConstrainedMediaExtensionMedia()
291 assertEquals(-1, unit.getValue32()); in testGeneralFormShortLengthExtensionMedia()
306 assertEquals(SHORT_MIME_TYPE_ROLLOVER_CERTIFICATE, unit.getValue32()); in testGeneralFormShortLengthWellKnownShortInteger()
322 assertEquals(SHORT_MIME_TYPE_UNASSIGNED, unit.getValue32()); in testGeneralFormShortLengthWellKnownShortIntegerWithUnknownValue()
342 assertEquals(LONG_MIME_TYPE_OMA_DIRECTORY_XML, unit.getValue32()); in testGeneralFormShortLengthWellKnownLongInteger()
361 assertEquals(LONG_MIME_TYPE_UNASSIGNED, unit.getValue32()); in testGeneralFormShortLengthWellKnownLongIntegerWithUnknownValue()
379 assertEquals(SHORT_MIME_TYPE_ROLLOVER_CERTIFICATE, unit.getValue32()); in testGeneralFormLengthQuoteWellKnownShortInteger()
397 assertEquals(SHORT_MIME_TYPE_UNASSIGNED, unit.getValue32()); in testGeneralFormLengthQuoteWellKnownShortIntegerWithUnknownValue()
[all …]
DWapPushOverSmsTest.java73 doReturn((long)2).when(mWspTypeDecoder).getValue32(); in testDispatchWapPdu()
128 doReturn((long) 2).when(mWspTypeDecoder).getValue32(); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java208 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()
DWspTypeDecoder.java635 int fieldValue = (int) getValue32(); in seekXWapApplicationId()
718 public long getValue32() { in getValue32() method
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java1876 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 …]