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.java115 public Builder addAttachment(BipAttachmentFormat format) { in addAttachment() method in BipImageProperties.Builder
116 mProperties.addAttachment(format); in addAttachment()
198 addAttachment( in parse()
257 private void addAttachment(BipAttachmentFormat format) { in addAttachment() method in BipImageProperties
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImagePropertiesTest.java90 builder.addAttachment( in testCreateProperties()
92 builder.addAttachment( in testCreateProperties()
/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()