Searched refs:getDecodedDataLength (Results 1 - 5 of 5) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | 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/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | WapPushOverSms.java | 133 index += pduDecoder.getDecodedDataLength(); 156 index += pduDecoder.getDecodedDataLength();
|
H A D | 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(); 696 public int getDecodedDataLength() { method in class:WspTypeDecoder [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
H A D | CdmaInboundSmsHandler.java | 337 wspIndex += pduDecoder.getDecodedDataLength(); // advance to next field
|
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
H A D | WapPushTest.java | 2079 index += pduDecoder.getDecodedDataLength(); 2102 index += pduDecoder.getDecodedDataLength();
|
Completed in 732 milliseconds