Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/photo/
DMailPhotoViewController.java157 mActionHandler.setAttachment(getCurrentAttachment()); in onOptionsItemSelected()
260 mActionHandler.setAttachment(attachment); in onFragmentVisible()
324 mActionHandler.setAttachment(attachment); in redownloadAttachment()
336 mActionHandler.setAttachment(attachment); in saveAttachment()
370 mActionHandler.setAttachment(attachment); in shareAttachment()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageAttachmentTile.java103 mActionHandler.setAttachment(mAttachment); in render()
DAttachmentActionHandler.java84 public void setAttachment(Attachment attachment) { in setAttachment() method in AttachmentActionHandler
DMessageAttachmentBar.java130 mActionHandler.setAttachment(mAttachment); in render()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java311 setAttachment(appParams[i] & 0x01); // Lower bit in parseParams()
1174 public void setAttachment(int attachment) throws IllegalArgumentException { in setAttachment() method in BluetoothMapAppParams
DBluetoothMapContent.java591 private void setAttachment(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setAttachment() method in BluetoothMapContent
2455 setAttachment(ele, tmpCursor, fi, ap); in msgListing()