Home
last modified time | relevance | path

Searched refs:getAttachment (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java643 if (getAttachment() != INVALID_VALUE_PARAMETER) { in EncodeParams()
646 appParamBuf.put((byte) getAttachment()); in EncodeParams()
1132 public int getAttachment() { in getAttachment() method in BluetoothMapAppParams
DBluetoothMapContent.java3723 message.setIncludeAttachments(appParams.getAttachment() == 0 ? false : true); in getMmsMessage()
3755 Log.d(TAG,"TYPE_MESSAGE (GET): Attachment = " + appParams.getAttachment() + in getEmailMessage()
3846 String attStr = (appParams.getAttachment() == 0) ? in getEmailMessage()
3947 message.setIncludeAttachments(appParams.getAttachment() == 0 ? false : true); in getIMMessage()
DBluetoothMapObexServer.java911 ", Attachment = " + appParams.getAttachment() + in onGet()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAttachmentTile.java100 public Attachment getAttachment() { in getAttachment() method in AttachmentTile