Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessageMime.java365 public boolean getIncludeAttachments() { in getIncludeAttachments() method in BluetoothMapbMessageMime
534 if (!getIncludeAttachments()) { in encodeMime()
DBluetoothMapContent.java3899 && !message.getIncludeAttachments()) { in extractMmsParts()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapbMessageMimeTest.java97 assertThat(mMime.getIncludeAttachments()).isEqualTo(TEST_INCLUDE_ATTACHMENTS); in testGetters()