Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java162 private static final int CONVERT_MMS_TO_SMS_PART_COUNT = 10; field in BluetoothMapContentObserver
2719 if (smsParts <= CONVERT_MMS_TO_SMS_PART_COUNT) { in pushMessage()