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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
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/opt/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...]

Completed in 356 milliseconds