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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DWap230WspContentTypeTest.java232 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/opt/telephony/src/java/com/android/internal/telephony/
H A DWspTypeDecoder.java217 * 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();
696 public int getDecodedDataLength() { method in class:WspTypeDecoder
[all...]
H A DWapPushOverSms.java160 index += pduDecoder.getDecodedDataLength();
183 index += pduDecoder.getDecodedDataLength();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java351 wspIndex += pduDecoder.getDecodedDataLength(); // advance to next field
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java2098 index += pduDecoder.getDecodedDataLength();
2121 index += pduDecoder.getDecodedDataLength();

Completed in 282 milliseconds