Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DIEmailServiceCallback.aidl59 void loadAttachmentStatus(long messageId, long attachmentId, int statusCode, int progress); in loadAttachmentStatus() method
DEmailServiceProxy.java152 mCallback.loadAttachmentStatus(-1, attachmentId, in loadAttachment()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DAttachmentLoader.java77 ExchangeService.callback().loadAttachmentStatus(mMessageId, mAttachmentId, status, 0); in doStatusCallback()
85 ExchangeService.callback().loadAttachmentStatus(mMessageId, mAttachmentId, in doProgressCallback()
/packages/apps/Email/src/com/android/email/
DController.java1490 mCallbackProxy.loadAttachmentStatus(messageId, attachmentId,
1504 mCallbackProxy.loadAttachmentStatus(messageId, attachmentId,
1526 mCallbackProxy.loadAttachmentStatus(messageId, attachmentId, status, 0);
1586 public void loadAttachmentStatus(long messageId, long attachmentId, int statusCode,
1760 public void loadAttachmentStatus(final long messageId, final long attachmentId,
1765 cb.loadAttachmentStatus(messageId, attachmentId, status, progress);
1842 sInstance.mCallbackProxy.loadAttachmentStatus(att.mMessageKey, attachmentId,
/packages/apps/Email/src/com/android/email/service/
DAttachmentDownloadService.java652 public void loadAttachmentStatus(long messageId, long attachmentId, int statusCode, in loadAttachmentStatus() method in AttachmentDownloadService.ServiceCallback
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DExchangeService.java292 public void loadAttachmentStatus(final long messageId, final long attachmentId,
297 cb.loadAttachmentStatus(messageId, attachmentId, status, progress);