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.java74 doReturn((long)2).when(mWspTypeDecoder).getValue32(); in testDispatchWapPdu()
127 doReturn((long) 2).when(mWspTypeDecoder).getValue32(); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java1872 int index = (int) pduDecoder.getValue32(); in testDecoder1()
1877 + ", val: " + pduDecoder.getValue32()); in testDecoder1()
1878 assertTrue(mAppIdValue == (int) pduDecoder.getValue32()); in testDecoder1()
1922 int index = (int) pduDecoder.getValue32(); in testDecoder3()
1927 + ", val: " + pduDecoder.getValue32()); in testDecoder3()
1928 assertTrue(mAppIdValue == (int) pduDecoder.getValue32()); in testDecoder3()
1994 int index = (int) pduDecoder.getValue32(); in testDecoder5()
2026 int index = (int) pduDecoder.getValue32(); in testDecoder6()
2097 headerLength = (int) pduDecoder.getValue32(); in dispatchWapPdu()
2120 long binaryContentType = pduDecoder.getValue32(); in dispatchWapPdu()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java254 int headerLength = (int) pduDecoder.getValue32(); in decodeWapPdu()
278 long binaryContentType = pduDecoder.getValue32(); in decodeWapPdu()
323 index = (int) pduDecoder.getValue32(); in decodeWapPdu()
327 wapAppId = Integer.toString((int) pduDecoder.getValue32()); in decodeWapPdu()
DWspTypeDecoder.java634 int fieldValue = (int) getValue32(); in seekXWapApplicationId()
717 public long getValue32() { in getValue32() method