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

  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 232 assertEquals(1, unit.getDecodedDataLength());
251 assertEquals(4, unit.getDecodedDataLength());
275 assertEquals(19, unit.getDecodedDataLength());
292 assertEquals(31, unit.getDecodedDataLength());
307 assertEquals(2, unit.getDecodedDataLength());
323 assertEquals(2, unit.getDecodedDataLength());
343 assertEquals(4, unit.getDecodedDataLength());
362 assertEquals(4, unit.getDecodedDataLength());
380 assertEquals(3, unit.getDecodedDataLength());
398 assertEquals(3, unit.getDecodedDataLength());
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
WapPushOverSms.java 163 index += pduDecoder.getDecodedDataLength();
186 index += pduDecoder.getDecodedDataLength();
WspTypeDecoder.java 217 * retrieved by getDecodedDataLength() method
240 * length of data in pdu can be retrieved by getDecodedDataLength() method
260 * length of data in pdu can be retrieved by getDecodedDataLength() method
278 * length of data in pdu can be retrieved by getDecodedDataLength() method
301 * length of data in pdu can be retrieved by getDecodedDataLength() method
317 * length of data in pdu can be retrieved by getDecodedDataLength() method
342 * length of data in pdu can be retrieved by getDecodedDataLength() method
392 * length of data in pdu can be retrieved by getDecodedDataLength() method
412 * length of data in pdu can be retrieved by getDecodedDataLength() method
428 mediaPrefixLength = getDecodedDataLength();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 380 wspIndex += pduDecoder.getDecodedDataLength(); // advance to next field
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]

Completed in 301 milliseconds