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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DWap230WspContentTypeTest.java229 int wellKnownValue = (int) unit.getValue32();
248 int wellKnownValue = (int) unit.getValue32();
274 assertEquals(-1, unit.getValue32());
291 assertEquals(-1, unit.getValue32());
306 assertEquals(SHORT_MIME_TYPE_ROLLOVER_CERTIFICATE, unit.getValue32());
322 assertEquals(SHORT_MIME_TYPE_UNASSIGNED, unit.getValue32());
342 assertEquals(LONG_MIME_TYPE_OMA_DIRECTORY_XML, unit.getValue32());
361 assertEquals(LONG_MIME_TYPE_UNASSIGNED, unit.getValue32());
379 assertEquals(SHORT_MIME_TYPE_ROLLOVER_CERTIFICATE, unit.getValue32());
397 assertEquals(SHORT_MIME_TYPE_UNASSIGNED, unit.getValue32());
[all...]
H A DWapPushOverSmsTest.java73 doReturn((long)2).when(mWspTypeDecoder).getValue32();
124 doReturn((long) 2).when(mWspTypeDecoder).getValue32();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java217 int headerLength = (int) pduDecoder.getValue32();
241 long binaryContentType = pduDecoder.getValue32();
286 index = (int) pduDecoder.getValue32();
290 wapAppId = Integer.toString((int) pduDecoder.getValue32());
H A DWspTypeDecoder.java259 * return value can be retrieved by getValue32() method
277 * return value can be retrieved by getValue32() method
300 * return value can be retrieved by getValue32() method
316 * return value can be retrieved by getValue32() method
341 * return value can be retrieved by getValue32() method
366 * data in the PDU is available with getValue32(), 0 on error.
391 * return value can be retrieved first by getValueString() and second by getValue32() method
411 * getValue32() will return the unknown content type value.
565 * return value can be retrieved by getValue32() method
591 * return value can be retrieved first by getValueString() and second by getValue32()
703 public long getValue32() { method in class:WspTypeDecoder
[all...]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java1872 int index = (int) pduDecoder.getValue32();
1877 + ", val: " + pduDecoder.getValue32());
1878 assertTrue(mAppIdValue == (int) pduDecoder.getValue32());
1922 int index = (int) pduDecoder.getValue32();
1927 + ", val: " + pduDecoder.getValue32());
1928 assertTrue(mAppIdValue == (int) pduDecoder.getValue32());
1994 int index = (int) pduDecoder.getValue32();
2026 int index = (int) pduDecoder.getValue32();
2097 headerLength = (int) pduDecoder.getValue32();
2120 long binaryContentType = pduDecoder.getValue32();
[all...]

Completed in 246 milliseconds