Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduComposer.java85 private static final int PDU_COMPOSER_BLOCK_SIZE = 1024; field in PduComposer
1057 final byte[] buffer = new byte[PDU_COMPOSER_BLOCK_SIZE]; in makeMessageBody()
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DPduComposer.java83 static private final int PDU_COMPOSER_BLOCK_SIZE = 1024; field in PduComposer
1029 byte[] buffer = new byte[PDU_COMPOSER_BLOCK_SIZE]; in makeMessageBody()