Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMessageTest.java103 assertThat(msg.getAttachmentSize()).isEqualTo(attachmentSize); in constructor()
DRequestGetMessagesListingForOwnNumberTest.java162 return (byte) element.getAttachmentSize(); in listingElementGetType()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DMessage.java275 public int getAttachmentSize() { in getAttachmentSize() method in Message
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java239 assertThat(mMessageListingElement.getAttachmentSize()).isEqualTo(1); in setAttachment_withTypeMms()
256 assertThat(mMessageListingElement.getAttachmentSize()).isEqualTo(1); in setAttachment_withTypeEmail()
281 assertThat(mMessageListingElement.getAttachmentSize()).isEqualTo(1); in setAttachment_withTypeIm()
1438 assertThat(smsElement.getAttachmentSize()).isEqualTo(0); in msgListing_withSmsCursorOnly()
1530 assertThat(mmsElement.getAttachmentSize()).isEqualTo(0); in msgListing_withMmsCursorOnly()
1623 assertThat(emailElement.getAttachmentSize()).isEqualTo(TEST_SIZE); in msgListing_withEmailCursorOnly()
1725 assertThat(imElement.getAttachmentSize()).isEqualTo(TEST_SIZE); in msgListing_withImCursorOnly()
DBluetoothMapMessageListingElementTest.java118 assertThat(mMessageListingElement.getAttachmentSize()).isEqualTo(TEST_ATTACHMENT_SIZE); in getters()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java179 public int getAttachmentSize() { in getAttachmentSize() method in BluetoothMapMessageListingElement