Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DFilterInfoTest.java218 assertThat(mFilterInfo.mMmsColAttachmentSize).isEqualTo(3); in setMmsColumns()
DBluetoothMapContentTest.java231 mInfo.mMmsColAttachmentSize = 1; in setAttachment_withTypeMms()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java313 public int mMmsColAttachmentSize = -1; field in BluetoothMapContent.FilterInfo
425 mMmsColAttachmentSize = c.getColumnIndex(Mms.MESSAGE_SIZE); in setMmsColumns()
608 size = c.getInt(fi.mMmsColAttachmentSize); in setAttachment()