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.java454 if (getAttachment() != INVALID_VALUE_PARAMETER) { in EncodeParams()
457 appParamBuf.put((byte) getAttachment()); in EncodeParams()
646 public int getAttachment() { in getAttachment() method in BluetoothMapAppParams
DBluetoothMapContent.java1857 message.setIncludeAttachments(appParams.getAttachment() == 0 ? false : true); in getMmsMessage()
1880 Log.d(TAG,"TYPE_MESSAGE (GET): Attachment = " + appParams.getAttachment() + in getEmailMessage()
1965 …String attStr = (appParams.getAttachment() == 0) ? "/" + BluetoothMapContract.FILE_MSG_NO_ATTACH… in getEmailMessage()
DBluetoothMapObexServer.java686 Log.d(TAG,"TYPE_MESSAGE (GET): Attachment = " + appParams.getAttachment() + in onGet()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAttachmentTile.java100 public Attachment getAttachment() { in getAttachment() method in AttachmentTile