OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loadAttachmentStatus
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailServiceCallback.aidl
59
void
loadAttachmentStatus
(long messageId, long attachmentId, int statusCode, int progress);
EmailServiceProxy.java
119
* non-background loading. The service MUST use the
loadAttachmentStatus
callback when
138
mCallback.
loadAttachmentStatus
(-1, attachmentId,
/packages/apps/Exchange/src/com/android/exchange/adapter/
AttachmentLoader.java
76
ExchangeService.callback().
loadAttachmentStatus
(mMessageId, mAttachmentId, status, 0);
84
ExchangeService.callback().
loadAttachmentStatus
(mMessageId, mAttachmentId,
/packages/apps/Email/src/com/android/email/
Controller.java
[
all
...]
/packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java
648
public void
loadAttachmentStatus
(long messageId, long attachmentId, int statusCode,
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java
286
public void
loadAttachmentStatus
(final long messageId, final long attachmentId,
291
cb.
loadAttachmentStatus
(messageId, attachmentId, status, progress);
[
all
...]
Completed in 53 milliseconds