Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageProperties.java122 public Builder addAttachment(BipAttachmentFormat format) { in addAttachment() method in BipImageProperties.Builder
123 mProperties.addAttachment(format); in addAttachment()
210 addAttachment( in parse()
300 private void addAttachment(BipAttachmentFormat format) { in addAttachment() method in BipImageProperties
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DDraftMessageData.java349 addAttachment(attachment, null /*pendingAttachment*/); in addOneAttachmentNoNotify()
360 addAttachment(attachment, null /*pendingAttachment*/); in addOneAttachmentNoNotify()
365 private void addAttachment(final MessagePartData attachment, in addAttachment() method in DraftMessageData
429 addAttachment(null /*attachment*/, pendingAttachment); in addOnePendingAttachmentNoNotify()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImagePropertiesTest.java416 builder.addAttachment( in testCreateProperties()
418 builder.addAttachment( in testCreateProperties()