HomeSort by relevance Sort by last modified time
    Searched refs:getValue32 (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 229 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...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
WapPushOverSms.java 162 headerLength = (int)pduDecoder.getValue32();
185 long binaryContentType = pduDecoder.getValue32();
208 index = (int) pduDecoder.getValue32();
212 wapAppId = Integer.toString((int) pduDecoder.getValue32());
WspTypeDecoder.java 259 * 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.
569 * return value can be retrieved by getValue32() method
595 * return value can be retrieved first by getValueString() and second by getValue32()
    [all...]
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]

Completed in 258 milliseconds