Searched defs:attachmentChanged (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/email/service/
H A DAttachmentDownloadService.java855 public static void attachmentChanged(final Context context, final long id, final int flags) { method in class:AttachmentDownloadService
/packages/apps/Email/src/com/android/email/provider/
H A DEmailProvider.java869 mAttachmentService.attachmentChanged(getContext(), longId, flags);
1837 mAttachmentService.attachmentChanged(context, attId, flags);
2125 void attachmentChanged(Context context, long id, int flags); method in interface:EmailProvider.AttachmentService
2130 public void attachmentChanged(Context context, long id, int flags) {
2132 AttachmentDownloadService.attachmentChanged(context, id, flags);

Completed in 319 milliseconds