OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startDownloadingAttachment
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentTile.java
159
mActionHandler.
startDownloadingAttachment
(AttachmentDestination.CACHE,
221
mActionHandler.
startDownloadingAttachment
(
AttachmentActionHandler.java
105
startDownloadingAttachment
(destination);
113
public void
startDownloadingAttachment
(int destination) {
114
startDownloadingAttachment
(destination, UIProvider.AttachmentRendition.BEST, 0, false);
117
public void
startDownloadingAttachment
(
119
startDownloadingAttachment
(
123
private void
startDownloadingAttachment
(
Completed in 135 milliseconds