OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restoreAttachmentWithId
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Email/tests/src/com/android/email/provider/
PolicyTests.java
166
att2 = Attachment.
restoreAttachmentWithId
(mMockContext, att2.mId);
168
att3 = Attachment.
restoreAttachmentWithId
(mMockContext, att3.mId);
179
att4 = Attachment.
restoreAttachmentWithId
(mMockContext, att4.mId);
/packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java
360
} else if (Attachment.
restoreAttachmentWithId
(mContext, req.attachmentId) == null) {
637
Attachment attachment = Attachment.
restoreAttachmentWithId
(mContext, attachmentId);
[
all
...]
EmailServiceStub.java
128
Attachment.
restoreAttachmentWithId
(mContext, attachmentId);
Pop3Service.java
81
Attachment att = Attachment.
restoreAttachmentWithId
(mContext, attachmentId);
/packages/apps/Exchange/src/com/android/exchange/eas/
EasLoadAttachment.java
150
mAttachment = EmailContent.Attachment.
restoreAttachmentWithId
(mContext, mAttachmentId);
/packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java
137
Attachment att = Attachment.
restoreAttachmentWithId
(ExchangeService.this, attachmentId);
/packages/apps/Email/src/com/android/email/provider/
EmailProvider.java
[
all
...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java
[
all
...]
Completed in 550 milliseconds