Home
last modified time | relevance | path

Searched refs:setAttachment (Results 1 – 7 of 7) 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()
1136 public void setAttachment(int attachment) throws IllegalArgumentException { in setAttachment() method in BluetoothMapAppParams
DBluetoothMapContent.java599 private void setAttachment(BluetoothMapMessageListingElement e, Cursor c, in setAttachment() method in BluetoothMapContent
2261 setAttachment(ele, tmpCursor, fi, ap); in msgListing()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java440 appParams.setAttachment(0); in testGetMessages()