Home
last modified time | relevance | path

Searched refs:recordOctets (Results 1 – 1 of 1) sorted by relevance

/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCdmaSmsMessageTest.java308 int recordOctets = (recordBits + 7) / 8; // round up to octet boundary in encodeBody() local
309 int padBits = (recordOctets * 8) - recordBits; in encodeBody()
312 recordOctets++; // add 8 bits for num_fields in encodeBody()
315 bos.write(8, recordOctets); in encodeBody()
334 int recordOctets = (recordBits + 7) / 8; // round up to octet boundary in encodeBody() local
335 int padBits = (recordOctets * 8) - recordBits; in encodeBody()
338 recordOctets++; // add 8 bits for num_fields in encodeBody()
340 recordOctets++; // add 8 bits for DCS (message type) in encodeBody()
344 bos.write(8, recordOctets); in encodeBody()
361 int recordOctets = (recordBits + 7) / 8; // round up to octet boundary in encodeBody() local
[all …]